Skip to content

Commit

Permalink
不使用変数の削除
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Nov 6, 2023
1 parent fec8ac1 commit bb31276
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ public static class EncodingHelper
public static Encoding UTF8 => Encoding.UTF8;
public static Encoding UTF8N { get; } = new UTF8Encoding( false );
// ReSharper restore InconsistentNaming

public static Encoding Default => UTF8N;
}
}

0 comments on commit bb31276

Please sign in to comment.