Skip to content

Commit 415c83c

Browse files
committed
Fix typo
1 parent 2c3a550 commit 415c83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ async fn handle_fs_path(
616616
}
617617

618618
async fn resolve_template(path: &str) -> Vec<u8> {
619-
TEMPLATES.get_template(&path).await.unwrap()
619+
TEMPLATES.get_template(path).await.unwrap()
620620
}
621621

622622
let relative_path = path.trim_start_matches('/');

0 commit comments

Comments
 (0)