[fractal/fractal-next] cargo fmt
- From: Julian Sparber <jsparber src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/fractal-next] cargo fmt
- Date: Mon, 2 Aug 2021 09:53:53 +0000 (UTC)
commit 3356e04f2b784c7c7bc0247b8c7a81caa440d334
Author: Enterprisey <59171-enterprisey users noreply gitlab gnome org>
Date: Sun Aug 1 09:25:21 2021 -0700
cargo fmt
src/secret.rs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/secret.rs b/src/secret.rs
index 4c38f36f..9ec0563f 100644
--- a/src/secret.rs
+++ b/src/secret.rs
@@ -126,7 +126,9 @@ fn get_default_collection_unlocked<'a>(
) -> Result<secret_service::Collection<'a>, secret_service::Error> {
let collection = match secret_service.get_default_collection() {
Ok(col) => col,
- Err(secret_service::Error::NoResult) => secret_service.create_collection("default", "default")?,
+ Err(secret_service::Error::NoResult) => {
+ secret_service.create_collection("default", "default")?
+ }
Err(error) => return Err(error),
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]