Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Jul 26, 2024
1 parent 38e0662 commit 39bd9fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::lifecycle::{init_env, init_state};
use crate::memory::get_upgrades_memory;
use crate::{mutate_state, Data, jobs};
use crate::{jobs, mutate_state, Data};
use candid::Principal;
use canister_logger::LogEntry;
use canister_tracing_macros::trace;
Expand Down Expand Up @@ -48,7 +48,7 @@ fn post_upgrade(args: Args) {
is_bot: true,
user_type: UserType::OcControlledBot,
referred_by: None,
})
}),
];

for canister_id in state.data.local_index_map.canisters() {
Expand Down

0 comments on commit 39bd9fd

Please sign in to comment.