Skip to content

Commit

Permalink
rust lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchie032 committed Sep 10, 2024
1 parent ec492cb commit 32a0bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/administration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl AdministrationService for MissionRpc {
}

async fn get_version(
&self,
&self,
_request: Request<administration::v0::GetVersionRequest>,
) -> Result<Response<administration::v0::GetVersionResponse>, Status> {
const VERSION: Option<&str> = option_env!("CARGO_PKG_VERSION");
Expand Down

0 comments on commit 32a0bf4

Please sign in to comment.