Skip to content

Commit 154e58d

Browse files
committed
Fix format
1 parent a3681f9 commit 154e58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ fn test_freebsd(target: &str) {
14541454
Some(11) => cfg.cfg("freebsd11", None),
14551455
Some(12) => cfg.cfg("freebsd12", None),
14561456
Some(13) => cfg.cfg("freebsd13", None),
1457-
_ => &mut cfg
1457+
_ => &mut cfg,
14581458
};
14591459

14601460
// Required for `getline`:

0 commit comments

Comments
 (0)