Skip to content

Commit b1dddcc

Browse files
committed
Update
1 parent 9bee878 commit b1dddcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Pro

Submodule Pro updated from 0746e5d to e1d6080

Tool/Sources/SuggestionProvider/SuggestionProvider.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import AppKit
1+
import AppKit
22
import Foundation
33
import Preferences
44
import SuggestionModel
@@ -13,7 +13,7 @@ public struct SuggestionRequest {
1313
public var tabSize: Int
1414
public var indentSize: Int
1515
public var usesTabsForIndentation: Bool
16-
public var ignoreSpaceOnlySuggestions: Bool
16+
public var ignoreSpaceOnlySuggestions: Bool
1717

1818
public init(
1919
fileURL: URL,

0 commit comments

Comments
 (0)