code style: added clarifying braces

This commit is contained in:
nik
2018-01-16 17:37:39 +03:00
parent 63c6744ef6
commit 040fd9e501
@@ -194,11 +194,13 @@ class TestingTasksImpl extends TestingTasks {
---------------------------------------^------^------^------^------^------^------^----------------------------------------
""")
}
if (isBootstrapSuiteDefault())
if (isBootstrapSuiteDefault()) {
runJUnitTask(jvmArgs, systemProperties, bootstrapClasspath)
else
}
else {
//run other suites instead of BootstrapTests
runJUnitTask(jvmArgs, systemProperties, testsClasspath)
}
if (new File(hprofSnapshotFilePath).exists()) {
context.notifyArtifactBuilt(hprofSnapshotFilePath)