]> git.r.bdr.sh - rbdr/captura/blobdiff - Captura/Presentation/Windows/PreferencesWindow.swift
Format the code
[rbdr/captura] / Captura / Presentation / Windows / PreferencesWindow.swift
index 95d479bf3b5c58712e02fe090eb8e371e6ccfadd..233d21ba393cc5cb72df99f645010722dd85aedf 100644 (file)
  along with this program. If not, see https://captura.tranquil.systems.
  */
 import Cocoa
-import SwiftUI
-
 import Foundation
+import SwiftUI
 
 class PreferencesWindow: NSWindow {
-  
+
   init() {
     super.init(
       contentRect: NSRect(x: 0, y: 0, width: 600, height: 600),