Formatter: left brace formatting for "do while"
This commit is contained in:
@@ -23,8 +23,7 @@ class Test() {
|
||||
while (One.myContainer.myBoolean)
|
||||
System.out.println("Ok")
|
||||
|
||||
do
|
||||
{
|
||||
do {
|
||||
System.out.println("Ok")
|
||||
}
|
||||
while (One.myContainer.myBoolean)
|
||||
|
||||
@@ -23,8 +23,7 @@ open class Test() {
|
||||
while (One.myContainer?.myBoolean!!)
|
||||
System.out?.println("Ok")
|
||||
|
||||
do
|
||||
{
|
||||
do {
|
||||
System.out?.println("Ok")
|
||||
}
|
||||
while (One.myContainer?.myBoolean!!)
|
||||
|
||||
Reference in New Issue
Block a user