Skip to content

Commit f84af39

Browse files
committed
WHy
1 parent c9cf188 commit f84af39

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

gateway/src/http_entrypoints.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -916,10 +916,8 @@ impl GatewayApi for GatewayImpl {
916916
err,
917917
})?;
918918

919-
let info = SpIgnitionInfo {
920-
id: sp_id.into(),
921-
details: state.into(),
922-
};
919+
let info =
920+
SpIgnitionInfo { id: sp_id.into(), details: state.into() };
923921
Ok(HttpResponseOk(info))
924922
};
925923
apictx.latencies.instrument_dropshot_handler(&rqctx, handler).await

0 commit comments

Comments
 (0)