fix: reduce diff

This commit is contained in:
Gustavo Valverde 2022-05-03 17:16:33 -04:00
parent b6f150f97f
commit ca92f3ac8b
1 changed files with 0 additions and 1 deletions

View File

@ -31,4 +31,3 @@ lazy_static! {
/// Regex that matches the RocksDB error when its lock file is already open.
pub static ref LOCK_FILE_ERROR: Regex = Regex::new("(lock file).*(temporarily unavailable)|(in use)|(being used by another process)").expect("regex is valid");
}