Skip to content

Commit

Permalink
style: import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-hagemann committed Jan 14, 2025
1 parent 32e16b8 commit 5bb716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grpc/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{
ratings::{get_snap_name, Rating},
Context,
};
use std::{sync::Arc, error::Error};
use std::{error::Error, sync::Arc};
use tonic::{Request, Response, Status};
use tracing::error;

Expand Down

0 comments on commit 5bb716b

Please sign in to comment.