Skip to content

Commit d8c64a7

Browse files
committed
Fix typo
1 parent 2c545f8 commit d8c64a7

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
@@ -624,7 +624,7 @@ async fn handle_fs_path(
624624
}
625625

626626
async fn resolve_template(path: &str) -> Vec<u8> {
627-
TEMPLATES.get_template(&path).await.unwrap()
627+
TEMPLATES.get_template(path).await.unwrap()
628628
}
629629

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

0 commit comments

Comments
 (0)