Skip to content

Commit 036170f

Browse files
committed
Fix typo
1 parent 981cee8 commit 036170f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/server.rs

Lines changed: 1 addition & 1 deletion
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)