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:
@@ -43,6 +43,5 @@ class CheckProjectsCacheFlushEntries extends CacheFlushSimulation {
|
||||
setUp(
|
||||
test.inject(
|
||||
atOnceUsers(1)
|
||||
),
|
||||
).protocols(httpProtocol)
|
||||
)).protocols(httpProtocol)
|
||||
}
|
||||
|
||||
@@ -39,6 +39,5 @@ class DeleteChange extends GerritSimulation {
|
||||
setUp(
|
||||
test.inject(
|
||||
atOnceUsers(1)
|
||||
),
|
||||
).protocols(httpProtocol)
|
||||
)).protocols(httpProtocol)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user