From 4e716c9539797e7d7d0513a4742c158f6390260d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:24:00 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 85aad77..e7a11a9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,3 @@ fn main() { println!("Hello, world!"); } - -