Skip to content

Commit

Permalink
Updated code formatting to match rules in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 10, 2024
1 parent 28cc93e commit 559687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hyperbee.Json/Tokenizer/JsonPathToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public bool Singular
return false;

var selectorKind = Selectors[0].SelectorKind;

return selectorKind == SelectorKind.UnspecifiedSingular || // prioritize runtime value
selectorKind == SelectorKind.Dot ||
selectorKind == SelectorKind.Index ||
Expand Down

0 comments on commit 559687c

Please sign in to comment.