Skip to content

Commit 97394fc

Browse files
committed
feat: fix ktlint
1 parent 7adc0ce commit 97394fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/execution/FlowSubscriptionExecutionStrategy.kt

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ class FlowSubscriptionExecutionStrategy(dfe: DataFetcherExceptionHandler) : Exec
111111
): CompletableFuture<Flow<*>?> {
112112
val newParameters = firstFieldOfSubscriptionSelection(parameters)
113113

114-
115114
val fieldFetched: CompletableFuture<FetchedValue> = fetchField(executionContext, newParameters).let { fetchedValue ->
116115
if (fetchedValue is CompletableFuture<*>) {
117116
fetchedValue as CompletableFuture<FetchedValue>

0 commit comments

Comments
 (0)