Skip to content

Commit f2e7fd6

Browse files
committed
lint:fix
1 parent 1d4cf84 commit f2e7fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/CodeEditSourceEditor/LineFolding/LineFoldProviders/LineFoldProvider.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public enum LineFoldProviderLineInfo {
3838
/// will be called very often. Return as fast as possible from this method, keeping in mind it is taking time on the
3939
/// main thread.
4040
///
41-
/// Ordering between calls is not guaranteed, the provider may restart at any time. The implementation should provide fold info
42-
/// for only the given lines.
41+
/// Ordering between calls is not guaranteed, the provider may restart at any time. The implementation should provide
42+
/// fold info for only the given lines.
4343
@MainActor
4444
public protocol LineFoldProvider: AnyObject {
4545
func foldLevelAtLine(

0 commit comments

Comments
 (0)