Skip to content

Commit

Permalink
fix format err
Browse files Browse the repository at this point in the history
Signed-off-by: sat0ken <[email protected]>
  • Loading branch information
sat0ken committed Nov 4, 2024
1 parent e08b84a commit 8f667f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
use crate::utils::test_inside_container;
use anyhow::{Context, Ok, Result};
use oci_spec::runtime::{RootBuilder, Spec, SpecBuilder};
use test_framework::{test_result, Test, TestGroup, TestResult};

use crate::utils::test_inside_container;

fn create_spec() -> Result<Spec> {
let spec = SpecBuilder::default()
.root(RootBuilder::default().readonly(true).build().unwrap())
Expand Down

0 comments on commit 8f667f2

Please sign in to comment.