Skip to content

Commit

Permalink
Update webx.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Sep 13, 2023
1 parent 98c372c commit 9514349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file/webx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl fmt::Debug for WXUrlPath {
match segment {
WXUrlPathSegment::Literal(literal) => literal,
WXUrlPathSegment::Parameter((name, type_)) => format!("({}: {})", name, type_),
WXUrlPathSegment::Regex(regex) => regex,
WXUrlPathSegment::Regex(regex) => format!("({})", regex)
}
})
.collect::<Vec<_>>();
Expand Down

0 comments on commit 9514349

Please sign in to comment.