From 7df0282637c3fd6185fbd0bb06290bb0feb9165c Mon Sep 17 00:00:00 2001 From: Goldy <66202304+THEGOLDENPRO@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:57:11 +0100 Subject: [PATCH] style: white space --- src/agc-parser/src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/agc-parser/src/main.rs b/src/agc-parser/src/main.rs index d51abd0..5991e6d 100644 --- a/src/agc-parser/src/main.rs +++ b/src/agc-parser/src/main.rs @@ -97,6 +97,4 @@ fn check_toml(toml_path: &PathBuf) -> Result { let toml: Result = toml::from_str(&toml_text); toml -} - - +} \ No newline at end of file