Remove useless semicolon
This commit is contained in:
parent
8e49a66b14
commit
a93cd4692a
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue