Skip to content

Commit

Permalink
Rearrange imports in config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Saru2003 committed Oct 21, 2024
1 parent 14add38 commit d9af9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion martin/src/pg/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ use crate::pg::config_function::FuncInfoSources;
use crate::pg::config_table::TableInfoSources;
use crate::pg::utils::on_slow;
use crate::pg::PgResult;
use crate::pg::PgError;
use crate::source::TileInfoSources;
use crate::utils::{IdResolver, OptBoolObj, OptOneMany};
use crate::MartinResult;
use crate::pg::PgError;

pub trait PgInfo {
fn format_id(&self) -> String;
Expand Down

0 comments on commit d9af9e6

Please sign in to comment.