Remove unnecessary tok!"comment" filter

This commit is contained in:
Daniel Zuncke 2023-10-26 13:21:58 +02:00
parent 1f412fe794
commit f40ae24eb7
No known key found for this signature in database
GPG Key ID: A2A8C43610B6B485
1 changed files with 0 additions and 5 deletions

View File

@ -474,11 +474,6 @@ final class FormatVisitor : ASTVisitor
foreach (t; item.tokens) foreach (t; item.tokens)
{ {
if (t.type == tok!"comment")
{
continue;
}
if (t.type == tok!"identifier" && !foundIdentifier) if (t.type == tok!"identifier" && !foundIdentifier)
{ {
foundIdentifier = true; foundIdentifier = true;