mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00

fix #236 - Allow constraints to be indented by a single tab merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
4 lines
176 B
D
4 lines
176 B
D
void foo()() if (dogs && pigs && birds && ants && foxes && flies && cats && bugs && bees && cows && sheeps && monkeys && whales)
|
|
{}
|
|
|
|
void foo()() if (dogs && pigs && birds) {}
|