Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Aug 9, 2023
1 parent 6ed07de commit 3658e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/datasource/file_format/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ pub enum FileWriterMode {
PutMultipart,
}

/// Returns an [`AbortableWrite`] which writes to the given object store location
/// Returns an [`AbortableWrite`] which writes to the given object store location
/// with the specified compression
pub(crate) async fn create_writer(
writer_mode: FileWriterMode,
Expand Down

0 comments on commit 3658e98

Please sign in to comment.