Skip to content

Commit f69eab6

Browse files
Fix lint
1 parent a2dfb42 commit f69eab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate, ObservableObject {
233233
}
234234

235235
/// Setup all the services into a ServiceContainer for the application to use.
236-
fileprivate func setupServiceContainer() {
236+
private func setupServiceContainer() {
237237
// Example for how services will be instantiated
238238
// ServiceContainer.register(
239239
// type: PasteboardService.self,

0 commit comments

Comments
 (0)