summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index 04c4671..7e3f139 100644
--- a/build.rs
+++ b/build.rs
@@ -2,6 +2,5 @@ use std::path::Path;
fn main() {
println!("cargo:rerun-if-changed=build.rs");
- subplot_build::codegen(Path::new("cachedir.md"))
- .expect("failed to generate code with Subplot");
+ subplot_build::codegen(Path::new("cachedir.md")).expect("failed to generate code with Subplot");
}