invert if: don't reformat when if was removed completely

This commit is contained in:
Anna.Kozlova
2019-01-04 10:15:31 +01:00
parent 10208a6f2f
commit 8a6f1cb404
3 changed files with 21 additions and 5 deletions
@@ -0,0 +1,5 @@
// "Invert 'if' condition" "true"
class A {
int test(int x) {
}
}