Skip to content

Commit 55e6fc9

Browse files
committed
fix: fix clippy
1 parent 1e5316a commit 55e6fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oma-console/src/print.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,6 @@ impl Formatter for OmaFormatter {
296296
ctx: &mut spdlog::formatter::FormatterContext,
297297
) -> spdlog::Result<()> {
298298
self.format_impl(record, dest, ctx)
299-
.map_err(|e| spdlog::Error::FormatRecord(e))
299+
.map_err(spdlog::Error::FormatRecord)
300300
}
301301
}

0 commit comments

Comments
 (0)