Skip to content

Commit dc33a4e

Browse files
committed
SwiftLint fixes
1 parent d2060e7 commit dc33a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/Settings/Pages/DeveloperSettings/Models/DeveloperSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extension SettingsData {
3838
[String: String].self,
3939
forKey: .lspBinaries
4040
) ?? [:]
41-
41+
4242
self.showInternalDevelopmentInspector = try container.decodeIfPresent(
4343
Bool.self,
4444
forKey: .showInternalDevelopmentInspector

0 commit comments

Comments
 (0)