Skip to content

Commit 1015ccd

Browse files
author
github-actions
committed
Updated code formatting to match rules in .editorconfig
1 parent d598e20 commit 1015ccd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Hyperbee.Json/Path/JsonPath.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ private static IEnumerable<TNode> EnumerateMatches( TNode root, NodeArgs args, N
116116

117117
var (parent, value, key, segmentNext, flags) = args;
118118

119-
ProcessArgs:
120-
// call node processor if it exists and the `key` is not null.
121-
// the key is null when a descent has re-pushed the descent target.
122-
// this should be safe to skip; we will see its values later.
119+
ProcessArgs:
120+
// call node processor if it exists and the `key` is not null.
121+
// the key is null when a descent has re-pushed the descent target.
122+
// this should be safe to skip; we will see its values later.
123123

124124
if ( key != null )
125125
processor?.Invoke( parent, value, key, segmentNext );

0 commit comments

Comments
 (0)