Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar committed Jul 18, 2023
1 parent 82b484c commit 7fbd11b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/log.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2021-2022 Parity Technologies (UK) Ltd.
// This file is dual-licensed as Apache-2.0 or MIT.

use parking_lot::{MappedRwLockReadGuard, RwLockReadGuard};

use crate::{
column::ColId,
error::{try_io, Error, Result},
Expand All @@ -18,6 +16,7 @@ use std::{
io::{ErrorKind, Read, Seek, Write},
sync::atomic::{AtomicBool, AtomicU32, AtomicU64, Ordering},
};
use parking_lot::{MappedRwLockReadGuard, RwLockReadGuard};

const MAX_LOG_POOL_SIZE: usize = 16;
const BEGIN_RECORD: u8 = 1;
Expand Down

0 comments on commit 7fbd11b

Please sign in to comment.