From 0067152627a16b606101422700e9aa8b52184d29 Mon Sep 17 00:00:00 2001 From: "bythelindemans-actions-bot[bot]" Date: Fri, 13 Sep 2024 06:01:36 +0000 Subject: [PATCH] Apply rustfmt formatting --- android/src/lib.rs | 2 +- core/src/lib.rs | 2 +- gui/src/lib.rs | 2 +- ios/src/lib.rs | 2 +- main/src/main.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/src/lib.rs b/android/src/lib.rs index a651b33ae..41b235602 100644 --- a/android/src/lib.rs +++ b/android/src/lib.rs @@ -1,7 +1,7 @@ // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. -// +// // Copyright 2024 — by The Lindemans, LLC // // diff --git a/core/src/lib.rs b/core/src/lib.rs index 9a6901809..802f4ad78 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -1,7 +1,7 @@ // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. -// +// // Copyright 2024 — by The Lindemans, LLC // // diff --git a/gui/src/lib.rs b/gui/src/lib.rs index 7831600f1..a6a370df3 100644 --- a/gui/src/lib.rs +++ b/gui/src/lib.rs @@ -1,7 +1,7 @@ // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. -// +// // Copyright 2024 — by The Lindemans, LLC // // diff --git a/ios/src/lib.rs b/ios/src/lib.rs index eb39d73f9..5de986557 100644 --- a/ios/src/lib.rs +++ b/ios/src/lib.rs @@ -1,7 +1,7 @@ // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. -// +// // Copyright 2024 — by The Lindemans, LLC // // diff --git a/main/src/main.rs b/main/src/main.rs index f5c4774ef..e3bac0515 100644 --- a/main/src/main.rs +++ b/main/src/main.rs @@ -1,7 +1,7 @@ // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. -// +// // Copyright 2024 — by The Lindemans, LLC // //