We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecfcb9 commit 092c855Copy full SHA for 092c855
datafusion-flight-sql-server/src/service.rs
@@ -87,10 +87,7 @@ impl FlightSqlService {
87
88
/// Replaces the FlightSqlServiceConfig with the provided config.
89
pub fn with_config(self, config: FlightSqlServiceConfig) -> Self {
90
- Self {
91
- config,
92
- ..self
93
- }
+ Self { config, ..self }
94
}
95
96
/// Replaces the sql_options with the provided options.
0 commit comments