Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-dfinity committed Oct 9, 2024
1 parent aac434b commit 0a0447f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/actors/post_start.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::actors::post_start::signals::{PocketIcProxyReadySignal, PocketIcProxyReadySubscribe};
use crate::actors::pocketic_proxy::PocketIcProxy;
use crate::actors::post_start::signals::{PocketIcProxyReadySignal, PocketIcProxyReadySubscribe};
use actix::{Actor, Addr, AsyncContext, Context, Handler};
use slog::{info, Logger};

Expand Down

0 comments on commit 0a0447f

Please sign in to comment.