We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a2394 commit a6ce0b0Copy full SHA for a6ce0b0
crates/catalog/rest/src/catalog.rs
@@ -2104,9 +2104,7 @@ mod tests {
2104
.create_async()
2105
.await;
2106
2107
- let catalog = RestCatalog::new(
2108
- RestCatalogConfig::builder().uri(server.url()).build(),
2109
- );
+ let catalog = RestCatalog::new(RestCatalogConfig::builder().uri(server.url()).build());
2110
2111
let table1 = {
2112
let file = File::open(format!(
@@ -2231,9 +2229,7 @@ mod tests {
2231
2229
2232
2230
2233
2234
2235
2236
2237
2238
2239
0 commit comments