Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityWolfNotAmused committed Jan 15, 2024
1 parent 638d381 commit a4f6a3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DiscordPlayerCountBot/Attributes/NameAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

namespace PlayerCountBot.Attributes
namespace PlayerCountBot.Attributes

Check failure on line 1 in DiscordPlayerCountBot/Attributes/NameAttribute.cs

View workflow job for this annotation

GitHub Actions / dotnet_format

DiscordPlayerCountBot/Attributes/NameAttribute.cs#L1

ENDOFLINE: Fix end of line marker. Replace 1 characters with '\r\n'.
{

Check failure on line 2 in DiscordPlayerCountBot/Attributes/NameAttribute.cs

View workflow job for this annotation

GitHub Actions / dotnet_format

DiscordPlayerCountBot/Attributes/NameAttribute.cs#L2

ENDOFLINE: Fix end of line marker. Replace 2 characters with '\r\n\r\n'.

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Class)]

Check failure on line 4 in DiscordPlayerCountBot/Attributes/NameAttribute.cs

View workflow job for this annotation

GitHub Actions / dotnet_format

DiscordPlayerCountBot/Attributes/NameAttribute.cs#L4

ENDOFLINE: Fix end of line marker. Replace 1 characters with '\r\n'.
Expand All @@ -12,4 +11,4 @@ public NameAttribute(string name)
Name = name;

Check failure on line 11 in DiscordPlayerCountBot/Attributes/NameAttribute.cs

View workflow job for this annotation

GitHub Actions / dotnet_format

DiscordPlayerCountBot/Attributes/NameAttribute.cs#L11

ENDOFLINE: Fix end of line marker. Replace 1 characters with '\r\n'.
}

Check failure on line 12 in DiscordPlayerCountBot/Attributes/NameAttribute.cs

View workflow job for this annotation

GitHub Actions / dotnet_format

DiscordPlayerCountBot/Attributes/NameAttribute.cs#L12

ENDOFLINE: Fix end of line marker. Replace 1 characters with '\r\n'.
}

Check failure on line 13 in DiscordPlayerCountBot/Attributes/NameAttribute.cs

View workflow job for this annotation

GitHub Actions / dotnet_format

DiscordPlayerCountBot/Attributes/NameAttribute.cs#L13

ENDOFLINE: Fix end of line marker. Replace 1 characters with '\r\n'.
}
}

0 comments on commit a4f6a3f

Please sign in to comment.