Skip to content

Commit 9b83c66

Browse files
committed
Adjust spacing.
1 parent fa21129 commit 9b83c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nexthop/flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bitflags! {
1616
pub struct NexthopFlags: u32 {
1717
const Dead = RTNH_F_DEAD;
1818
const Pervasive = RTNH_F_PERVASIVE;
19-
const Onlink =RTNH_F_ONLINK;
19+
const Onlink = RTNH_F_ONLINK;
2020
const Offload = RTNH_F_OFFLOAD;
2121
const Linkdown = RTNH_F_LINKDOWN;
2222
const Unresolved = RTNH_F_UNRESOLVED;

0 commit comments

Comments
 (0)