Skip to content

Commit

Permalink
Fixed "Remove these redundant parentheses."
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor Götz committed Feb 6, 2024
1 parent 0de6d34 commit aa4f23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CycloneDX/Services/ProjectAssetsFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private static bool HasRuntimeParts(LibraryDependency dependency)
return true;
}

private static readonly HashSet<LibraryIncludeFlags> runtimePartFlags = new HashSet<LibraryIncludeFlags>()
private static readonly HashSet<LibraryIncludeFlags> runtimePartFlags = new HashSet<LibraryIncludeFlags>
{
LibraryIncludeFlags.Runtime,
LibraryIncludeFlags.Native,
Expand Down

0 comments on commit aa4f23d

Please sign in to comment.