Skip to content

Commit 0dc8ff2

Browse files
committed
Reorder properties in ContentView.
1 parent 9311c82 commit 0dc8ff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Shared/Supporting Files/Views/ContentView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
import SwiftUI
1616

1717
struct ContentView: View {
18-
/// The search query in the search bar.
19-
@State private var query = ""
20-
2118
/// All samples retrieved from the Samples directory.
2219
let samples: [Sample]
2320

21+
/// The search query in the search bar.
22+
@State private var query = ""
23+
2424
var body: some View {
2525
if #available(iOS 16, *) {
2626
NavigationSplitView {

0 commit comments

Comments
 (0)