Skip to content

Commit

Permalink
Update src/Kiota.Builder/PathSegmenters/GoPathSegmenter.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Eastman <[email protected]>
  • Loading branch information
baywet and andrueastman authored Apr 23, 2024
1 parent 13d2805 commit b7e7ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kiota.Builder/PathSegmenters/GoPathSegmenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Kiota.Builder.PathSegmenters;
public class GoPathSegmenter : CommonPathSegmenter
{
private HashSet<string> specialFileNameSuffixes = new(StringComparer.OrdinalIgnoreCase) {
private static readonly HashSet<string> specialFileNameSuffixes = new(StringComparer.OrdinalIgnoreCase) {
"test" ,

"aix" ,
Expand Down

0 comments on commit b7e7ac0

Please sign in to comment.