Skip to content

Commit

Permalink
Minior format
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Astrakhan <[email protected]>
  • Loading branch information
sharkAndshark and nyurik authored Sep 8, 2023
1 parent 35dd32c commit 2c8febb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions martin/src/pg/table_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ pub async fn query_available_tables(pool: &PgPool) -> Result<SqlTableInfoMapMapM
id_column: None,
minzoom: None,
maxzoom: None,
srid: row.get("srid"), //
// casting i32 to u32?
srid: row.get("srid"), // casting i32 to u32?
extent: Some(DEFAULT_EXTENT),
buffer: Some(DEFAULT_BUFFER),
clip_geom: Some(DEFAULT_CLIP_GEOM),
Expand Down

0 comments on commit 2c8febb

Please sign in to comment.