Skip to content

Commit b18d459

Browse files
committed
rust fmt
1 parent 2e6f308 commit b18d459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onefetch/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ impl Cli {
138138
|t| {
139139
t.parse::<u32>()
140140
.map_err(|_t| "must be a number")
141-
.map(|_t| ())
141+
.map(|_t|())
142142
.map_err(|e| e.to_string())
143143
},
144144
)

0 commit comments

Comments
 (0)