Skip to content

Commit 58f591c

Browse files
committed
Fix linting error
1 parent 9ff1bb1 commit 58f591c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ fn main() -> anyhow::Result<()> {
182182
}
183183
Err(e) => {
184184
error!("{}", e);
185-
return Err(e);
185+
Err(e)
186186
}
187187
}
188188
}

0 commit comments

Comments
 (0)