Fix style issue
Some checks failed
SwiftLint / SwiftLint (push) Successful in 3s
Deploy Docs / publish (push) Has been cancelled

This commit is contained in:
david-swift 2024-10-16 23:15:03 +02:00
parent f4dff46d62
commit 4a66d35bf5

View File

@ -14,7 +14,7 @@ Demo.main()
struct Demo: App { struct Demo: App {
@State private var width = 1000 @State private var width = 1_000
@State private var height = 800 @State private var height = 800
let app = WinUIApp() let app = WinUIApp()