diff --git a/src/dfmt/ast_info.d b/src/dfmt/ast_info.d index b77095e..a7b74be 100644 --- a/src/dfmt/ast_info.d +++ b/src/dfmt/ast_info.d @@ -474,11 +474,6 @@ final class FormatVisitor : ASTVisitor foreach (t; item.tokens) { - if (t.type == tok!"comment") - { - continue; - } - if (t.type == tok!"identifier" && !foundIdentifier) { foundIdentifier = true;