Skip to content

Commit

Permalink
fix: nop line rearrange (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Nov 3, 2023
1 parent a9d9329 commit 6d99d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/withdrawal-finalizer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ async fn main() -> Result<()> {
color_eyre::install()?;

dotenvy::dotenv().ok();
let config = Config::init_from_env()?;

let sentry_guard = vlog::init();

let config = Config::init_from_env()?;

if sentry_guard.is_some() {
tracing::info!(
"Starting Sentry url: {}, l1_network: {}, l2_network {}",
Expand Down

0 comments on commit 6d99d9a

Please sign in to comment.