Skip to content

Commit 1a70b80

Browse files
committed
Run rustfmt
1 parent da91926 commit 1a70b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
extern crate cmake;
22

33
use cmake::Config;
4-
use std::{env, fs};
54
use std::path::Path;
5+
use std::{env, fs};
66

77
macro_rules! feature(($name:expr) => (env::var(concat!("CARGO_FEATURE_", $name)).is_ok()));
88
macro_rules! switch(($condition:expr) => (if $condition { "ON" } else { "OFF" }));

0 commit comments

Comments
 (0)