Skip to content

Commit

Permalink
Remove --sources .
Browse files Browse the repository at this point in the history
  • Loading branch information
aDogCalledSpot committed Jan 18, 2024
1 parent ca8cf93 commit e1a00ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,6 @@ impl Format {
cmd.arg("-ignore-filename-regex");
cmd.arg(ignore_filename_regex);
}
cmd.args(["--sources", "."]);

match self {
Self::Text | Self::Html => {
Expand Down

0 comments on commit e1a00ba

Please sign in to comment.