diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-10-21 23:54:10 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-10-21 23:54:10 -0600 |
commit | 05165cc8d98ef5ffa8ee3a8ba9bf1ad5e0b5a9ab (patch) | |
tree | 7baea43c47d6c6fd00f87de3bb870df7966460ae /iTexSnip/Views/PreferencesView.swift | |
parent | 126c5a27ee98146c349303ecc7c77f6413cfe5fe (diff) |
swift-format
Diffstat (limited to 'iTexSnip/Views/PreferencesView.swift')
-rw-r--r-- | iTexSnip/Views/PreferencesView.swift | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/iTexSnip/Views/PreferencesView.swift b/iTexSnip/Views/PreferencesView.swift index 98eb4b9..9837b88 100644 --- a/iTexSnip/Views/PreferencesView.swift +++ b/iTexSnip/Views/PreferencesView.swift @@ -8,9 +8,9 @@ import SwiftUI struct PreferencesView: View { - var body: some View { - Text("Where are my preferences?!") - .padding() - .frame(width: 300, height: 200) - } + var body: some View { + Text("Where are my preferences?!") + .padding() + .frame(width: 300, height: 200) + } } |