summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-06 09:19:52 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-06 09:19:52 +0300
commit52e01eb6a847dcbffdfc6a2464d23b3fcabfb76c (patch)
tree13c610d3da8ac068e9f75f7b0e9c1d2db71f54f8 /build.rs
parent0f28bb642c3222bde22135163b201ab1d65b5059 (diff)
downloadcachedir-rs-52e01eb6a847dcbffdfc6a2464d23b3fcabfb76c.tar.gz
fix: formatting
Sponsored-by: author
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index 5b717b2..c19be14 100644
--- a/build.rs
+++ b/build.rs
@@ -2,5 +2,6 @@ use std::path::Path;
fn main() {
println!("cargo:rerun-if-changed=build.rs");
- subplot_build::codegen(Path::new("cachedir.subplot")).expect("failed to generate code with Subplot");
+ subplot_build::codegen(Path::new("cachedir.subplot"))
+ .expect("failed to generate code with Subplot");
}