Skip to content

Commit 092c855

Browse files
committed
Run cargo fmt
1 parent 8ecfcb9 commit 092c855

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

datafusion-flight-sql-server/src/service.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ impl FlightSqlService {
8787

8888
/// Replaces the FlightSqlServiceConfig with the provided config.
8989
pub fn with_config(self, config: FlightSqlServiceConfig) -> Self {
90-
Self {
91-
config,
92-
..self
93-
}
90+
Self { config, ..self }
9491
}
9592

9693
/// Replaces the sql_options with the provided options.

0 commit comments

Comments
 (0)