Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 6, 2024
1 parent 78de599 commit e1b6f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Euler/include/wasm-fallback.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static string GetText(string name)

public static byte[] GetBytes(string name)
{
return new byte[] {};
return new byte[] { };
}
}
}

0 comments on commit e1b6f0a

Please sign in to comment.