mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-17 23:08:23 +00:00
Fix fmt issue.
This commit is contained in:
@ -23,6 +23,7 @@ pub mod downlink_frame;
|
||||
pub mod error;
|
||||
pub mod fields;
|
||||
pub mod gateway;
|
||||
pub mod helpers;
|
||||
pub mod mac_command;
|
||||
pub mod metrics;
|
||||
pub mod multicast;
|
||||
@ -32,7 +33,6 @@ pub mod schema;
|
||||
pub mod search;
|
||||
pub mod tenant;
|
||||
pub mod user;
|
||||
pub mod helpers;
|
||||
|
||||
pub type PgPool = Pool<ConnectionManager<PgConnection>>;
|
||||
pub type PgPoolConnection = PooledConnection<ConnectionManager<PgConnection>>;
|
||||
|
Reference in New Issue
Block a user