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 12, 2024
1 parent 5bd89ca commit 7818833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hyperbee.Json/Tokenizer/JsonPathToken.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


using System.Diagnostics;

namespace Hyperbee.Json.Tokenizer;
Expand All @@ -19,7 +19,7 @@ internal record JsonPathToken
public string FirstSelector => Selectors[0].Value;

public bool Singular { get; }

public JsonPathToken( string selector, SelectorKind kind )
{
Selectors =
Expand Down

0 comments on commit 7818833

Please sign in to comment.