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

Commit

Permalink
Format and delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellie Huxtable committed Sep 14, 2023
1 parent 471cc9e commit 4e4ed08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
2 changes: 1 addition & 1 deletion capture-server/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::env;
use std::net::SocketAddr;

use capture::{time, sink, router};
use capture::{router, sink, time};

#[tokio::main]
async fn main() {
Expand Down
43 changes: 0 additions & 43 deletions capture/src/main.rs

This file was deleted.

0 comments on commit 4e4ed08

Please sign in to comment.