Skip to content

Commit ec6d61b

Browse files
authored
Fix semantic mismerge (#9893)
1 parent 5065c3c commit ec6d61b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nexus/lockstep-api/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ pub trait NexusLockstepApi {
604604
}]
605605
async fn trust_quorum_remove_sled(
606606
rqctx: RequestContext<Self::Context>,
607-
path_params: Path<params::SledSelector>,
607+
path_params: Path<SledSelector>,
608608
) -> Result<HttpResponseOk<Epoch>, HttpError>;
609609
}
610610

0 commit comments

Comments
 (0)