From 7c8e57bb09a48a5d849e3411ace4c719b9ddb84c Mon Sep 17 00:00:00 2001 From: djairoh Date: Wed, 10 May 2023 14:40:42 +0200 Subject: [PATCH] whitespace --- src/structs/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/structs/config.rs b/src/structs/config.rs index 6d31b59..f9d64a6 100644 --- a/src/structs/config.rs +++ b/src/structs/config.rs @@ -59,7 +59,6 @@ pub struct Config { pub rating_icons: Rating, pub metadata_fields: Vec, pub player_prefixes: HashMap, - } impl Default for Config {