From c3225e7249815ff073794054a99c337f9602c413 Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Thu, 2 Oct 2025 09:32:52 -0700 Subject: Fix Rust formatting --- plugins/warp/src/container/disk.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/warp/src/container/disk.rs b/plugins/warp/src/container/disk.rs index 02da0f30..b0f48c29 100644 --- a/plugins/warp/src/container/disk.rs +++ b/plugins/warp/src/container/disk.rs @@ -27,7 +27,11 @@ pub struct DiskContainer { impl DiskContainer { pub fn new(name: String, sources: HashMap) -> Self { - Self { name, sources, writable: true } + Self { + name, + sources, + writable: true, + } } pub fn new_from_dir(dir_path: PathBuf) -> Self { -- cgit v1.3.1