From 66be91ac01677612edf28603523732d63c2a73aa Mon Sep 17 00:00:00 2001 From: Seshu Yamajala Date: Mon, 15 Jul 2024 11:57:55 -0400 Subject: [PATCH] Fix rustfmt. --- src/archive_data.rs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/archive_data.rs b/src/archive_data.rs index a97d839..8e40223 100644 --- a/src/archive_data.rs +++ b/src/archive_data.rs @@ -254,8 +254,9 @@ impl DataSourceArchiveWriter { } }); - std::fs::write(self.path.join("index.html"), - " + std::fs::write( + self.path.join("index.html"), + " -")?; + +", + )?; Ok(()) }