mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
Remove unnecessary tok!"comment" filter
This commit is contained in:
parent
20b8badf8c
commit
9f377100f0
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue