e2e-tests: Fix minor comma styling inconsistencies

Align these with how the other classes format similar lines; cleaner.

Change-Id: Id6447be5e7ec9a8616f6d398a3fcdb0b65a42af0
This commit is contained in:
Marco Miller
2020-05-22 16:13:37 -04:00
parent 2228172c85
commit b280a30f41
2 changed files with 2 additions and 4 deletions

View File

@@ -43,6 +43,5 @@ class CheckProjectsCacheFlushEntries extends CacheFlushSimulation {
setUp(
test.inject(
atOnceUsers(1)
),
).protocols(httpProtocol)
)).protocols(httpProtocol)
}

View File

@@ -39,6 +39,5 @@ class DeleteChange extends GerritSimulation {
setUp(
test.inject(
atOnceUsers(1)
),
).protocols(httpProtocol)
)).protocols(httpProtocol)
}