Skip to content

Commit 3c69e50

Browse files
daniel.eadesdanieleades
authored andcommitted
fixup
1 parent 1efb064 commit 3c69e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/seq/src/seq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
151151

152152
let format = options
153153
.format
154-
.map(|f| Format::<num_format::Float>::parse(f))
154+
.map(Format::<num_format::Float>::parse)
155155
.transpose()?;
156156

157157
let result = print_seq(

0 commit comments

Comments
 (0)