Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Oct 20, 2023
1 parent 6068304 commit 3289f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod common;
mod platform;

use std::path::PathBuf;
use common::utils::absolute;
use std::path::PathBuf;

#[cfg(target_os = "windows")]
use platform::windows::reflink_sync;
Expand Down

0 comments on commit 3289f24

Please sign in to comment.