Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jul 10, 2023
1 parent 43d17a5 commit a90e19e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/commands/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ use crate::{
proposals::start_scheduled_cork_proposal_polling_thread, CorkHandler,
},
prelude::*,
proto::{contract_call_service_server::ContractCallServiceServer, status_service_server::StatusServiceServer},
server::{self, with_tls, FILE_DESCRIPTOR_SET}, status::StatusHandler,
proto::{
contract_call_service_server::ContractCallServiceServer,
status_service_server::StatusServiceServer,
},
server::{self, with_tls, FILE_DESCRIPTOR_SET},
status::StatusHandler,
};
use abscissa_core::{clap::Parser, config, Command, FrameworkError, Runnable};
use std::result::Result;
Expand Down

0 comments on commit a90e19e

Please sign in to comment.