Skip to content

Commit c89ae65

Browse files
committed
Tidy up
1 parent 9a19794 commit c89ae65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/readme/ExecutionExamples.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ private void emitAMetric(Object inputValue, GraphQLInputType graphQLInputType) {
298298
}
299299

300300
private void inputInterceptorObservesExample() {
301-
InputInterceptor legacyInputInterceptor = LegacyCoercingInputInterceptor.observesValues((inputValue, graphQLInputType) -> {
301+
InputInterceptor legacyInputInterceptor = LegacyCoercingInputInterceptor.observesValues((inputValue, graphQLInputType) -> {
302302
emitAMetric(inputValue, graphQLInputType);
303303
});
304304

0 commit comments

Comments
 (0)