Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Aug 25, 2023
1 parent 78e84f7 commit d3ec685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_json_path/src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fn parse_current_query(input: &str) -> PResult<Query> {
}

#[cfg_attr(feature = "trace", tracing::instrument(level = "trace", parent = None, ret, err))]
fn parse_query(input: &str) -> PResult<Query> {
fn parse_query(input: &str) -> PResult<Query> {
alt((parse_root_query, parse_current_query))(input)
}

Expand Down

0 comments on commit d3ec685

Please sign in to comment.