Skip to content

Commit

Permalink
Update runtime.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Oct 15, 2023
1 parent 5b6ab5c commit f612a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl WXRuntime {
if self.mode == WXMode::Dev {
// Print the route map in dev mode.
info(self.mode, "Route map:");
let mut routes: Vec<(&Method, &WXUrlPath)> = self
let routes: Vec<(&Method, &WXUrlPath)> = self
.routes
.0
.iter()
Expand Down

0 comments on commit f612a3e

Please sign in to comment.