Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jul 18, 2024
1 parent 1094b3e commit 8a1c80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EnumeratorMacroImpl/ExcessiveTriviaRemover.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import SwiftSyntax

final class ExcessiveTriviaRemover: SyntaxRewriter {
/// Remove empty lines if there are more than 1 lines stacked together.
/// Remove empty lines.
override func visitAny(_ node: Syntax) -> Syntax? {
var node = node

Expand Down

0 comments on commit 8a1c80e

Please sign in to comment.