Skip to content

Commit

Permalink
Vertical Whitespace Violation
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ludwig committed Dec 12, 2023
1 parent 37ffb85 commit 1ba6ed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CodeEdit/Features/Documents/WorkspaceDocument+Search.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ extension WorkspaceDocument {
return textFiles
}


/// Creates a search term based on the given query and search mode.
///
/// - Parameter query: The original user query string.
Expand Down Expand Up @@ -239,7 +238,6 @@ extension WorkspaceDocument {
return
}


// Find all matches of the query within the file content using the regular expression
let matches = regex.matches(in: fileContent, range: NSRange(location: 0, length: fileContent.utf16.count))

Expand Down

0 comments on commit 1ba6ed9

Please sign in to comment.