Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Wang <w@mitnk.com>
  • Loading branch information
mitnk committed Feb 7, 2022
1 parent 489d173 commit a7f20e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libcontainer/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

use anyhow::Context;
use anyhow::{bail, Result};
use nix::sys::statfs;
use nix::sys::stat::Mode;
use nix::sys::statfs;
use nix::unistd;
use nix::unistd::{Uid, User};
use std::collections::HashMap;
Expand Down

0 comments on commit a7f20e8

Please sign in to comment.