Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzamig committed Aug 9, 2019
1 parent a3681f9 commit 154e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc-test/build.rs
Expand Up @@ -1454,7 +1454,7 @@ fn test_freebsd(target: &str) {
Some(11) => cfg.cfg("freebsd11", None),
Some(12) => cfg.cfg("freebsd12", None),
Some(13) => cfg.cfg("freebsd13", None),
_ => &mut cfg
_ => &mut cfg,
};

// Required for `getline`:
Expand Down

0 comments on commit 154e58d

Please sign in to comment.