aboutsummaryrefslogtreecommitdiff
path: root/iTexSnip/Views/PreferencesView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'iTexSnip/Views/PreferencesView.swift')
-rw-r--r--iTexSnip/Views/PreferencesView.swift10
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)
+ }
}