Skip to content

Commit

Permalink
Cleanup: imports order v2
Browse files Browse the repository at this point in the history
  • Loading branch information
missingdays committed Dec 2, 2024
1 parent 76eba9f commit 39b7d96
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 39b7d96

Please sign in to comment.