Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alenmestrov committed Dec 26, 2024
1 parent 5fb103d commit 5ee39c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/server/src/admin/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ use super::handlers::did::delete_did_handler;
use super::handlers::proposals::{
get_context_storage_entries_handler, get_context_value_handler,
get_number_of_active_proposals_handler, get_number_of_proposal_approvals_handler,
get_proposal_approvers_handler, get_proposal_handler, get_proposals_handler, get_proxy_contract_handler,
get_proposal_approvers_handler, get_proposal_handler, get_proposals_handler,
get_proxy_contract_handler,
};
use super::storage::ssl::get_ssl;
use crate::admin::handlers::add_client_key::{
Expand Down

0 comments on commit 5ee39c9

Please sign in to comment.