From eba172a4925cd0338bb6f7900bb1c85d2afd7756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 13 Mar 2025 13:23:17 +0100 Subject: [PATCH] run cargo fmt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- pbs-datastore/src/snapshot_reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-datastore/src/snapshot_reader.rs b/pbs-datastore/src/snapshot_reader.rs index 36349888..99ae1180 100644 --- a/pbs-datastore/src/snapshot_reader.rs +++ b/pbs-datastore/src/snapshot_reader.rs @@ -1,8 +1,8 @@ use std::fs::File; use std::os::unix::io::{AsRawFd, FromRawFd}; use std::path::Path; -use std::sync::Arc; use std::rc::Rc; +use std::sync::Arc; use anyhow::{bail, Error}; use nix::dir::Dir;