From 32eafb0c4853ac522a5dcb58e186ccbf286980b5 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Thu, 12 Oct 2023 13:36:42 +0200 Subject: [PATCH] chore(config): apply rustfmt --- cosmic-config/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmic-config/src/lib.rs b/cosmic-config/src/lib.rs index 9a73835..9abff0b 100644 --- a/cosmic-config/src/lib.rs +++ b/cosmic-config/src/lib.rs @@ -132,7 +132,7 @@ impl Config { Err(Error::InvalidName(name.to_string())) } } - + /// Get state for the given application name and config version. State is meant to be used to /// store items that may need to be exposed to other programs but will change regularly without /// user action