Skip to content

Commit

Permalink
Merge pull request #3032 from input-output-hk/misc-cleanup
Browse files Browse the repository at this point in the history
Clean up, fix a lint in nightly
  • Loading branch information
Mikhail Zabaluev authored Feb 16, 2021
2 parents f45e79d + adfd756 commit 9a00412
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
25 changes: 0 additions & 25 deletions jormungandr/src/utils/borrow.rs

This file was deleted.

1 change: 0 additions & 1 deletion jormungandr/src/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod async_msg;
pub mod borrow;
pub mod fire_forget_scheduler;
pub mod task;
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ pub async fn wrong_genesis_hash() {
&& x.peer_addr == Some(mock_address.clone())
&& x.level == Level::INFO
}),
format!("Log content: {}", server.logger.get_log_content())
"Log content: {}",
server.logger.get_log_content()
);
}

Expand Down

0 comments on commit 9a00412

Please sign in to comment.