Replace spaces with tabs

This commit is contained in:
Per Nordlöw 2021-08-22 23:23:04 +02:00
parent 9454a1c859
commit 8be0e0432b

View file

@ -52,6 +52,6 @@ final class EnumArrayLiteralCheck : BaseAnalyzer
~ part.identifier.text ~ " = [ ...' instead.");
}
}
() @trusted { autoDec.accept(this); } ();
() @trusted { autoDec.accept(this); } ();
}
}