Skip to content

Commit a6c278a

Browse files
committed
f rustfmt
1 parent 4b84092 commit a6c278a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/ser_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ macro_rules! _run_legacy_tlv_read_logic {
485485
($field: ident, (legacy, $fieldty: ty, $read: expr, $write: expr)) => {{
486486
$read;
487487
}};
488-
($field: ident, $fieldty: tt) => { }
488+
($field: ident, $fieldty: tt) => {};
489489
}
490490

491491
/// Checks if `$val` matches `$type`.

0 commit comments

Comments
 (0)