Skip to content

Commit ec6c0f3

Browse files
committed
merge
Signed-off-by: Nicholas Gates <[email protected]>
1 parent 25b09ee commit ec6c0f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vortex-file/src/writer.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ use crate::footer::FileStatistics;
2929
use crate::segments::writer::BufferedSegmentSink;
3030
use crate::{Footer, MAGIC_BYTES, WriteStrategyBuilder};
3131

32-
/// Configure a new writer, which can eventually be used to write an [`ArrayStream`] into a sink that implements [`VortexWrite`].
32+
/// Configure a new writer, which can eventually be used to write an [`ArrayStream`] into a sink
33+
/// that implements [`VortexWrite`].
3334
///
3435
/// Unless overridden, the default [write strategy][crate::WriteStrategyBuilder] will be used with no
3536
/// additional configuration.

0 commit comments

Comments
 (0)