diff --git a/build.rs b/build.rs index 9576922..d534cc3 100644 --- a/build.rs +++ b/build.rs @@ -27,4 +27,5 @@ fn main() { // any file in the project changes. By specifying `memory.x` // here, we ensure the build script is only re-run when // `memory.x` is changed. - println!("cargo:rerun-if-changed=memory.x"); } + println!("cargo:rerun-if-changed=memory.x"); +}