From c77d8895c714037178f9e79d6bb6cf506f87bda2 Mon Sep 17 00:00:00 2001 From: nk_ysg Date: Tue, 5 Mar 2024 15:48:31 +0800 Subject: [PATCH] fix fmt --- cmd/db-exporter/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/db-exporter/src/main.rs b/cmd/db-exporter/src/main.rs index f1b3444dfd..d4ffe49ce2 100644 --- a/cmd/db-exporter/src/main.rs +++ b/cmd/db-exporter/src/main.rs @@ -2380,4 +2380,4 @@ fn save_startup_info( let startup_info = StartupInfo::new(hash_value); storage.save_startup_info(startup_info)?; Ok(()) -} \ No newline at end of file +}