Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sandu <[email protected]>
  • Loading branch information
sandreim committed Aug 22, 2023
1 parent d7dffc9 commit e81cc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/service/src/parachains_db/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ pub fn remove_file_lock(path: &std::path::Path) {
let result = std::fs::remove_file(lock_path.as_path());
match result {
Err(error) => match error.kind() {
std::io::ErrorKind::WouldBlock => {
ErrorKind::WouldBlock => {
sleep(Duration::from_millis(100));
continue
},
Expand Down

0 comments on commit e81cc9f

Please sign in to comment.