Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Sep 18, 2024
1 parent b0896a7 commit 62685bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/pingserver/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use config::{Config, Engine};
use entrystore::Noop;
use logger::{configure_logging, Drain};
use protocol_ping::{Request, RequestParser, Response};
use server::{PERCENTILES, ProcessBuilder};
use server::{ProcessBuilder, PERCENTILES};

use backtrace::Backtrace;
use clap::{Arg, Command};
Expand Down

0 comments on commit 62685bf

Please sign in to comment.