Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nacnudus committed Jul 3, 2022
1 parent 88120e9 commit 8d90c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee-lib/src/types/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ impl Input {
file_type_hint.unwrap_or_default()
};
let input_content = InputContent {
file_type: file_type,
file_type,
source: InputSource::FsPath(path),
content,
};
Expand Down

0 comments on commit 8d90c79

Please sign in to comment.