Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 23, 2025
1 parent 11b3f17 commit aa7e2aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/core/src/routing/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ impl Router {
});
} else {
#[cfg(feature = "matched-path")]
path_state.matched_parts.truncate(original_matched_parts_len);
path_state
.matched_parts
.truncate(original_matched_parts_len);
path_state.cursor = original_cursor;
}
}
Expand Down

0 comments on commit aa7e2aa

Please sign in to comment.