Skip to content

Commit

Permalink
Update main.rs - add breakline
Browse files Browse the repository at this point in the history
Just adding this commit in order to 
create a dummy PR and test that a 
github dispatch workflow works with the 
sui operations repo.
  • Loading branch information
Tzal3x authored May 27, 2024
1 parent e42c8c5 commit 728c292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/suiop-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ async fn main() -> Result<()> {
)
.finish();


tracing::subscriber::set_global_default(subscriber).expect("setting default subscriber failed");

let args = SuiOpArgs::parse();
Expand Down

0 comments on commit 728c292

Please sign in to comment.