Skip to content

Commit b893be7

Browse files
chore(fmt): apply pre-commit formatting fixes
1 parent 6aae4fb commit b893be7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

martin/src/config/file/tiles/postgres/builder.rs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,14 @@ impl PostgresAutoDiscoveryBuilder {
434434
let tilejson = pg_info.to_tilejson(id.clone());
435435
let tile_info = pg_info.tile_info();
436436
let cache = cache.or(self.default_cache);
437-
let source = PostgresSource::new(id, sql_info, tilejson, self.pool.clone(), cache.zoom(), tile_info);
437+
let source = PostgresSource::new(
438+
id,
439+
sql_info,
440+
tilejson,
441+
self.pool.clone(),
442+
cache.zoom(),
443+
tile_info,
444+
);
438445
sources.push(Box::new(source));
439446
}
440447

0 commit comments

Comments
 (0)