mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fmt: run nightly-2023-10-15 and remove semicolons (#6035)
This commit is contained in:
@ -272,7 +272,7 @@ impl DatabaseEnv {
|
||||
LogLevel::Extra => 7,
|
||||
});
|
||||
} else {
|
||||
return Err(DatabaseError::LogLevelUnavailable(log_level));
|
||||
return Err(DatabaseError::LogLevelUnavailable(log_level))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user