Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellie Huxtable committed Sep 14, 2023
1 parent 726e535 commit 791a20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pub mod sink;
pub mod time;

mod capture;
mod utils;
mod prometheus;
mod token;
mod utils;
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
use std::env;
use std::net::SocketAddr;


mod api;
mod capture;
mod event;
mod prometheus;
mod router;
mod sink;
mod time;
mod token;
mod utils;
mod prometheus;

#[tokio::main]
async fn main() {
Expand Down

0 comments on commit 791a20d

Please sign in to comment.