mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
code style: added clarifying braces
This commit is contained in:
+4
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user