From 563bb51c71922f017911345d7cd5c62a7ac8995c Mon Sep 17 00:00:00 2001 From: Gao Hongtao Date: Tue, 7 Jul 2020 10:41:55 +0800 Subject: [PATCH] Remove redundant braces --- common.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.graphqls b/common.graphqls index ce6ee5d..43eeb8b 100644 --- a/common.graphqls +++ b/common.graphqls @@ -111,5 +111,5 @@ type HealthStatus { extend type Query { # Query Health Checker module for the status of OAP server - checkHealth(): HealthStatus! + checkHealth: HealthStatus! } -- GitLab