Skip to content

Commit 0449b4d

Browse files
committed
Fix indentations
1 parent 3fdd05a commit 0449b4d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/src/test/scala/org/apache/openwhisk/core/controller/test/ConductorsApiTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class ConductorsApiTests extends ControllerTestCommon with WhiskActionsApi {
320320

321321
// fake load balancer to emulate a handful of actions
322322
class FakeLoadBalancerService(config: WhiskConfig)(implicit ec: ExecutionContext)
323-
extends DegenerateLoadBalancerService(config) {
323+
extends DegenerateLoadBalancerService(config) {
324324

325325
private def respond(action: ExecutableWhiskActionMetaData, msg: ActivationMessage, result: JsObject) = {
326326
val response =

tests/src/test/scala/org/apache/openwhisk/core/controller/test/ControllerTestCommon.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,5 +335,4 @@ class DegenerateLoadBalancerService(config: WhiskConfig)(implicit ec: ExecutionC
335335
}
336336

337337
override def invokerHealth() = Future.successful(IndexedSeq.empty)
338-
339338
}

0 commit comments

Comments
 (0)