Skip to content

Commit

Permalink
Fixing R#
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Jun 14, 2024
1 parent ee08661 commit 3896d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Zen.Utilities/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace Zen.Utilities
{
[ExcludeFromCodeCoverage]
public class Program
public static class Program
{
public static void Main()
{
Expand Down
1 change: 1 addition & 0 deletions src/Zen.Z80.Test.JSMoo/Models/StateDefinition.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// ReSharper disable InconsistentNaming
// ReSharper disable UnusedAutoPropertyAccessor.Global - JSON serialiser uses them

using System.Diagnostics.CodeAnalysis;

Expand Down

0 comments on commit 3896d4e

Please sign in to comment.