mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-26 13:19:58 +03:00
6 lines
72 B
Text
6 lines
72 B
Text
unittest
|
|
{
|
|
if (x)
|
|
doSomething();
|
|
//doSomethingElse();
|
|
}
|