Skip to content

Commit

Permalink
style: import re-arangment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-hagemann committed Nov 26, 2024
1 parent 7d93b45 commit 72364fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ use tonic::{
transport::{Identity, Server, ServerTlsConfig},
Status,
};
use tracing::warn;

mod app;
mod charts;
mod user;

use app::RatingService;
use charts::ChartService;
use tracing::warn;
use user::UserService;

impl From<db::Error> for Status {
Expand Down

0 comments on commit 72364fb

Please sign in to comment.