From a5e82267981a692f38ad9eb8dff677a806868454 Mon Sep 17 00:00:00 2001 From: "bythelindemans-actions-bot[bot]" Date: Fri, 13 Sep 2024 13:38:54 +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 4cdda286..119bf4ad 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 062b5098..5feb01dd 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 5803f843..860be3d3 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 e645993f..61b271a0 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 98137738..d0e621f3 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 // //