Format code

This is `cargo fmt` but with lots of changes reverted and some adjusted.
This commit is contained in:
Lukas Kalbertodt
2022-10-24 10:13:06 +02:00
parent 324cedee47
commit 0e47eb7acf
16 changed files with 77 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
#![allow(dead_code)]
use std::{net::IpAddr, path::PathBuf};
use confique::Config;
use std::{net::IpAddr, path::PathBuf};
#[derive(Debug, Config)]
/// A sample configuration for our app.