Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Code cleanup from SCA
  • Loading branch information
ghost1face committed May 31, 2026
commit 69d823828414abe5ce2297c27b995f87da3a8347
2 changes: 1 addition & 1 deletion src/FileTypeInterrogator.Benchmark/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace FileTypeInterrogator.Benchmark;

public class Program
public static class Program
{
public static async Task Main(string[] args)
{
Expand Down
Loading