diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-10 09:59:52 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-10 09:59:52 +0100 |
commit | 27795a390ced369a5fda353c046cdd4b7ca98bd0 (patch) | |
tree | 3fe6411173d6b30c5b65cc1d019466f7cbc799b0 /src/web/lib.rs | |
parent | 4093833ae854df16bc893a21617b0902a5beae47 (diff) | |
download | garage-27795a390ced369a5fda353c046cdd4b7ca98bd0.tar.gz garage-27795a390ced369a5fda353c046cdd4b7ca98bd0.zip |
Fix formatting
Diffstat (limited to 'src/web/lib.rs')
-rw-r--r-- | src/web/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/lib.rs b/src/web/lib.rs index 80957669..c0c668a1 100644 --- a/src/web/lib.rs +++ b/src/web/lib.rs @@ -2,4 +2,3 @@ extern crate log; pub mod web_server; - |