summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-20 09:15:24 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-20 09:15:24 +0300
commit0599ffba8ddba23bba42ec3ee44ee001a9e191a3 (patch)
tree9ab8f706ae105db9b817f626c92cd64226f2d60b
parenta4489a546185510e2f14271333a5313263e66a48 (diff)
downloadcachedir-rs-0599ffba8ddba23bba42ec3ee44ee001a9e191a3.tar.gz
chore(build.rs): format
Sponsored-by: author
-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");
}