Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinMoss committed Jun 30, 2023
1 parent 5f8e9b0 commit 7b9d5c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ use axum::{routing::post, Router};
use hyper::HeaderMap;
use serde::Deserialize;
use sqlx::sqlite::SqlitePool;
use tracing::Level;
use std::net::SocketAddr;
use tracing::Level;

use crate::db::{ensure_schema, insert_request, mark_complete, mark_error};
use crate::error::AppError;
use crate::ingest::HttpRequest;
use crate::proxy::{proxy, Client};


#[derive(Debug, Deserialize)]
#[serde(default)]
pub struct Config {
Expand Down

0 comments on commit 7b9d5c7

Please sign in to comment.