Skip to content

Commit

Permalink
fix(handlers): remove redundant references
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Mar 23, 2024
1 parent 216e701 commit 951d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz-handlers/src/serve/directory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl Display for Files {
relative,
title,
if *kind { "file" } else { "folder" },
match &ext {
match ext {
Some(ext) => ext,
None => "",
},
Expand Down

0 comments on commit 951d4fc

Please sign in to comment.