Skip to content

Commit 167090b

Browse files
author
Marek Suchánek
committed
Fix the --no-file-prefixes option
1 parent eb5d26b commit 167090b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl Options {
7676
self.file_prefixes = true;
7777
}
7878
Some(FilePrefixes::NoFilePrefixes) => {
79-
self.comments = false;
79+
self.file_prefixes = false;
8080
}
8181
None => { /* Keep the existing value. */ }
8282
}

0 commit comments

Comments
 (0)