Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jul 5, 2023
1 parent c8c4150 commit 86e733a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steward/src/cellars/cellar_v2_2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ use crate::{
};

use super::{
check_blocked_adaptor, log_cellar_call, validate_add_adaptor_to_catalogue,
validate_add_position_to_catalogue, check_blocked_position,
check_blocked_adaptor, check_blocked_position, log_cellar_call,
validate_add_adaptor_to_catalogue, validate_add_position_to_catalogue,
};

const CELLAR_NAME: &str = "CellarV2.2";
Expand Down

0 comments on commit 86e733a

Please sign in to comment.