Skip to content

Commit

Permalink
./gradlew spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratek committed Oct 22, 2024
1 parent b1e05ff commit fa0fd57
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ interface _SubsetGeneratedCodyAgentServer {
fun extensionConfiguration_getSettingsSchema(params: Null?): CompletableFuture<String>

@JsonNotification("extensionConfiguration/change")
fun extensionConfiguration_change(params: ExtensionConfiguration): CompletableFuture<ProtocolAuthStatus?>
fun extensionConfiguration_change(
params: ExtensionConfiguration
): CompletableFuture<ProtocolAuthStatus?>

// // =============
// // Notifications
Expand Down

0 comments on commit fa0fd57

Please sign in to comment.