Correct indentation of main

This commit is contained in:
Per Nordlöw 2021-08-22 23:29:09 +02:00
parent 0a2ad2950e
commit 1ae1e058f5

View file

@ -40,11 +40,11 @@ import dsymbol.modulecache;
@safe:
version (unittest)
void main() @trusted
void main() @trusted
{
}
else
int main(string[] args) @trusted
int main(string[] args) @trusted
{
bool sloc;
bool highlight;