1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00

swiftformat Commons

This commit is contained in:
Tae Won Ha 2023-11-10 21:30:11 +01:00
parent fbff03713d
commit 6de41ab2aa
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -6,7 +6,7 @@
import Cocoa
import Commons
@NSApplicationMain
@main
class AppDelegate: NSObject, NSApplicationDelegate {
@IBOutlet var window: NSWindow!
@IBOutlet var textView: NSTextView!