Skip to content

Commit

Permalink
Run just lint-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Sep 29, 2023
1 parent 8babe0c commit 5cfd7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-connector-sdk/src/default_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ use std::net;
use std::{env, process::exit};
use tower_http::{
cors::CorsLayer,
trace::{DefaultMakeSpan, TraceLayer},
trace::{TraceLayer},
};
use tracing::Level;

use tracing_subscriber::{prelude::*, EnvFilter};

use self::v2_compat::SourceConfig;
Expand Down

0 comments on commit 5cfd7fb

Please sign in to comment.