Skip to content

Commit 4e06dad

Browse files
committed
format
1 parent af13a08 commit 4e06dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-serde/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ where
441441
self.state = self.serializer.serialize_entry(field.name(), &value)
442442
}
443443
}
444-
444+
445445
fn record_error(&mut self, field: &Field, value: &(dyn std::error::Error + 'static)) {
446446
if self.state.is_ok() {
447447
self.state = self

0 commit comments

Comments
 (0)