Skip to content

Commit

Permalink
Update ExcessiveTriviaRemover.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jul 18, 2024
1 parent 2978e82 commit be236fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ final class ExcessiveTriviaRemover: SyntaxRewriter {
) -> (modified: Bool, syntax: Syntax) {
var node = node
var pieces = node[keyPath: keyPath].pieces

var modified = false

var toBeRemoved: [Int] = []
Expand Down

0 comments on commit be236fc

Please sign in to comment.