From 0599ffba8ddba23bba42ec3ee44ee001a9e191a3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 20 Apr 2022 09:15:24 +0300 Subject: chore(build.rs): format Sponsored-by: author --- build.rs | 3 +-- 1 file changed, 1 insertion(+), 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"); } -- cgit v1.2.1