From e7a600bf9212bbf7abffdad455fc009a4c8f090f Mon Sep 17 00:00:00 2001 From: "bythelindemans-actions-bot[bot]" Date: Fri, 13 Sep 2024 03:07:46 +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 c86598468..c4bf71711 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 3b51871f8..4b205b71a 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 a5b332081..c19a26927 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 597ba0fd1..c8f9d30f6 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 80e49b407..01accaba8 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 // //