Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Formatting #19
Browse files Browse the repository at this point in the history
  • Loading branch information
tdauth committed Mar 27, 2019
1 parent 143b82d commit 038ac13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.scalatest.{Matchers, WordSpec}

abstract trait AbstractApiSpec extends WordSpec with Matchers {

def createSutState(rootElements: RootElement*) : SutState = new SutState(Arrays.asList(rootElements: _*))
def createSutState(rootElements: RootElement*): SutState = new SutState(Arrays.asList(rootElements: _*))

/**
* Creates a new identifying attributes collection which should only match other identifying attributes with the same ID.
Expand Down

0 comments on commit 038ac13

Please sign in to comment.