Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Taz03 committed May 24, 2024
1 parent 59fb857 commit b63c6c7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.Parameter;
import io.swagger.v3.oas.annotations.media.Content;
import io.swagger.v3.oas.annotations.media.ExampleObject;
import io.swagger.v3.oas.annotations.media.Schema;
import io.swagger.v3.oas.annotations.responses.ApiResponse;

Expand Down Expand Up @@ -53,8 +52,7 @@ public JShellResult eval(
@Parameter(description = "id of the startup script to use")
@RequestParam(required = false)
StartupScriptId startupScriptId,
@RequestBody
String code)
@RequestBody String code)
throws DockerException {
return service.session(id, startupScriptId)
.eval(code)
Expand Down

0 comments on commit b63c6c7

Please sign in to comment.