Skip to content

Commit 2117c5e

Browse files
committed
undo
Signed-off-by: Andrew Duffy <[email protected]>
1 parent 92a4e32 commit 2117c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vortex-file/src/counting.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ use vortex_io::VortexWrite;
1111

1212
/// A wrapper around an `VortexWrite` that counts the number of bytes written.
1313
pub(crate) struct CountingVortexWrite<W> {
14-
pub(crate) inner: W,
15-
pub(crate) bytes_written: Arc<AtomicU64>,
14+
inner: W,
15+
bytes_written: Arc<AtomicU64>,
1616
}
1717

1818
impl<W: VortexWrite> CountingVortexWrite<W> {

0 commit comments

Comments
 (0)