mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-13 22:23:07 +00:00
Fix fmt issue.
This commit is contained in:
parent
f7cd5a5a58
commit
1e619f90a0
@ -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>>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user