Skip to content

Commit ca1e806

Browse files
committed
Apply scala compilation
1 parent cdae737 commit ca1e806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/test/scala/org/apache/openwhisk/common/etcd/EtcdLeaderShipUnitTests.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ class EtcdLeaderShipUnitTests extends FlatSpec with ScalaFutures with Matchers w
114114
.newBuilder()
115115
.setKey(key)
116116
.setValue(value)
117-
.build()) build ()
117+
.build())
118+
.build()
118119
onNext(new mockWatchUpdate().addEvents(event))
119120
}
120121
}

0 commit comments

Comments
 (0)