Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Sep 24, 2024
1 parent a30e1ee commit e2fb52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer-api/src/ping/http.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021-2023 - Nym Technologies SA <[email protected]>
// SPDX-License-Identifier: Apache-2.0

use nym_mixnet_contract_common::{NodeId, MixNode};
use nym_mixnet_contract_common::{MixNode, NodeId};
use rocket::serde::json::Json;
use rocket::{Route, State};
use rocket_okapi::okapi::openapi3::OpenApi;
Expand Down

0 comments on commit e2fb52c

Please sign in to comment.