diff --git a/src/test/resources/scripts/index.groovy b/src/test/resources/scripts/index.groovy index d2b032a..274c81f 100644 --- a/src/test/resources/scripts/index.groovy +++ b/src/test/resources/scripts/index.groovy @@ -10,4 +10,4 @@ static ContentHandler.HTTPResponse handle(HttpExchange httpExchange) { else return new ContentHandler.HTTPResponse(HTTPCode.BAD_REQUEST, path, "No name provided!" ) -} \ No newline at end of file +}