forked from Deuxfleurs/garage
Fix formatting
This commit is contained in:
parent
ccda9ab1ca
commit
2f4378a9c4
1 changed files with 14 additions and 14 deletions
|
@ -13,9 +13,9 @@ use idna::domain_to_unicode;
|
|||
|
||||
use crate::error::*;
|
||||
use garage_api::s3_get::{handle_get, handle_head};
|
||||
use garage_table::*;
|
||||
use garage_model::bucket_table::*;
|
||||
use garage_model::garage::Garage;
|
||||
use garage_table::*;
|
||||
use garage_util::error::Error as GarageError;
|
||||
|
||||
pub async fn run_web_server(
|
||||
|
|
Loading…
Reference in a new issue