Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Sep 25, 2023
1 parent 86d26b3 commit 4de0507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/src/configv1/select_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ impl Value {

#[derive(Clone, Debug)]
pub(super) enum PathSegment {
Number(usize), // [0]
Number(usize), // [0]
String(String), // like .body on response.body
Template(Arc<Template>),
}
Expand Down

0 comments on commit 4de0507

Please sign in to comment.