From 5630f940153dcef05a72061a6001b63901c76998 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:01:28 +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!"); } - -