Skip to content

Commit 0bee20f

Browse files
authored
rustfmt
1 parent 39df2f1 commit 0bee20f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/uu/sort/src/sort.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,11 +1847,11 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
18471847

18481848
// Prevent -o/--output to be specified multiple times
18491849
if let Some(mut outputs) = matches.get_many::<OsString>(options::OUTPUT) {
1850-
if let Some(first) = outputs.next() {
1851-
if outputs.any(|out| out != first) {
1852-
return Err(SortError::MultipleOutputFiles.into());
1853-
}
1854-
}
1850+
if let Some(first) = outputs.next() {
1851+
if outputs.any(|out| out != first) {
1852+
return Err(SortError::MultipleOutputFiles.into());
1853+
}
1854+
}
18551855
}
18561856

18571857
settings.debug = matches.get_flag(options::DEBUG);

0 commit comments

Comments
 (0)