Skip to content

Commit

Permalink
Cleanup: imports order v2
Browse files Browse the repository at this point in the history
  • Loading branch information
missingdays authored and Millione committed Dec 2, 2024
1 parent 6165e7a commit 3c3f7db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions volo-build/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ use std::{

use anyhow::{bail, Context};
use mockall_double::double;
use pilota_build::middle::context::Mode;
use pilota_build::Symbol;
use pilota_build::{middle::context::Mode, Symbol};
use serde::de::Error;
use volo::FastStr;

Expand Down

0 comments on commit 3c3f7db

Please sign in to comment.