From 4a66d35bf51faae26332080ae752c2725aee152b Mon Sep 17 00:00:00 2001 From: david-swift Date: Wed, 16 Oct 2024 23:15:03 +0200 Subject: [PATCH] Fix style issue --- Sources/Demo/Demo.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Demo/Demo.swift b/Sources/Demo/Demo.swift index 703a057..778612d 100644 --- a/Sources/Demo/Demo.swift +++ b/Sources/Demo/Demo.swift @@ -14,7 +14,7 @@ Demo.main() struct Demo: App { - @State private var width = 1000 + @State private var width = 1_000 @State private var height = 800 let app = WinUIApp()