Run cargo fmt

This commit is contained in:
Joakim Frostegård 2022-02-20 00:45:04 +01:00
parent e3ce111548
commit f18fc52675
10 changed files with 17 additions and 19 deletions

View file

@ -4,10 +4,10 @@ use std::path::PathBuf;
use std::sync::Arc;
use anyhow::Context;
use aquatic_toml_config::TomlConfig;
use arc_swap::{ArcSwap, Cache};
use hashbrown::HashSet;
use serde::{Deserialize, Serialize};
use aquatic_toml_config::TomlConfig;
/// Access list mode. Available modes are white, black and off.
#[derive(Clone, Copy, Debug, PartialEq, TomlConfig, Serialize, Deserialize)]