Skip to content

Commit 8d90c79

Browse files
committed
Lint
1 parent 88120e9 commit 8d90c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lychee-lib/src/types/input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ impl Input {
342342
file_type_hint.unwrap_or_default()
343343
};
344344
let input_content = InputContent {
345-
file_type: file_type,
345+
file_type,
346346
source: InputSource::FsPath(path),
347347
content,
348348
};

0 commit comments

Comments
 (0)