zhuangchong commented on code in PR #21:
URL:
https://github.com/apache/incubator-seatunnel-web/pull/21#discussion_r1100039579
##########
seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/controller/ScriptController.java:
##########
@@ -120,7 +120,7 @@ public Result<Void> updateScriptParam(@ApiParam(value =
"script id", required =
@GetMapping("/{scriptId}/param")
@ApiOperation(value = "fetch script param", httpMethod = "GET")
@ApiImplicitParams({
- @ApiImplicitParam(name = "id", value = "script id", dataType =
"Integer"),
+ @ApiImplicitParam(name = "id", value = "script id", dataType =
"Integer"),
Review Comment:
This is to fix the code format problem reported by `checkstyle`.

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]