Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Feb 14, 2024
1 parent 062258d commit 233e186
Show file tree
Hide file tree
Showing 15 changed files with 1,075 additions and 1,080 deletions.
6 changes: 3 additions & 3 deletions Examples/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription

let package = Package(
name: "Examples",
products: [],
targets: []
name: "Examples",
products: [],
targets: []
)
Binary file not shown.
14 changes: 7 additions & 7 deletions Examples/Search/Search/SearchApp.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import VDStore
import SwiftUI
import VDStore

@main
struct SearchApp: App {
var body: some Scene {
WindowGroup {
SearchView()
}
}

var body: some Scene {
WindowGroup {
SearchView()
}
}
}
Loading

0 comments on commit 233e186

Please sign in to comment.