Skip to content

Commit 39b7040

Browse files
committed
Apply scalaFmt
1 parent 81ed7d5 commit 39b7040

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/src/test/scala/org/apache/openwhisk/core/scheduler/queue/test/QueueManagerTests.scala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,11 @@ class QueueManagerTests
496496
val finalFqn = newFqn.copy(version = Some(SemVer(0, 0, 3)))
497497
val finalRevision = DocRevision("3-test-revision")
498498
// simulate the case that action is updated again while fetch it from database
499-
def newGet(store: ArtifactStore[WhiskEntity], docId: DocId, docRevision: DocRevision, fromCache: Boolean, ignoreMissingAttachment: Boolean) = {
499+
def newGet(store: ArtifactStore[WhiskEntity],
500+
docId: DocId,
501+
docRevision: DocRevision,
502+
fromCache: Boolean,
503+
ignoreMissingAttachment: Boolean) = {
500504
if (docRevision == DocRevision.empty) {
501505
Future(convertToMetaData(action.copy(version = SemVer(0, 0, 3)).toWhiskAction.revision(finalRevision)))
502506
} else

0 commit comments

Comments
 (0)