Remove useless semicolon

This commit is contained in:
mrok 2019-08-25 17:30:50 +02:00
parent 8e49a66b14
commit a93cd4692a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class CvrApiSpec extends Specification {
def setup() { def setup() {
api = new CvrApi("Test User Agent", "testAuthToken") api = new CvrApi("Test User Agent", "testAuthToken")
mockServer.start(); mockServer.start()
} }
def cleanup() { def cleanup() {