Skip to content

Commit 39b012f

Browse files
tclemCopilot
andcommitted
Format Java create session response
Apply Spotless formatting after adding the remoteUrl record component. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ed0fa34 commit 39b012f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

java/src/main/java/com/github/copilot/sdk/json/CreateSessionResponse.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
*/
2121
@JsonInclude(JsonInclude.Include.NON_NULL)
2222
public record CreateSessionResponse(@JsonProperty("sessionId") String sessionId,
23-
@JsonProperty("workspacePath") String workspacePath,
24-
@JsonProperty("remoteUrl") String remoteUrl,
23+
@JsonProperty("workspacePath") String workspacePath, @JsonProperty("remoteUrl") String remoteUrl,
2524
@JsonProperty("capabilities") SessionCapabilities capabilities) {
2625
}

0 commit comments

Comments
 (0)