Skip to content

Commit a99dff6

Browse files
committed
Remove double space
1 parent c71dec8 commit a99dff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FramelessWindow/FramelessWindow.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import SwiftUI
88
*/
99
public struct FramelessWindow<Content: View>: Scene {
1010
/// Store the window in local state to share within the environment.
11-
@State private var window: NSWindow?
11+
@State private var window: NSWindow?
1212
@Environment(\.scenePhase) private var scenePhase
1313

1414
let titleKey: LocalizedStringKey

0 commit comments

Comments
 (0)