From df144e727a858ed07e3c9328d91efe052c4781e1 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 13 Aug 2018 15:28:16 +0200 Subject: fix some linting trouble --- graphql/relay.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'graphql/relay.go') diff --git a/graphql/relay.go b/graphql/relay.go index a73a38ef..036ab54e 100644 --- a/graphql/relay.go +++ b/graphql/relay.go @@ -5,7 +5,6 @@ import ( "strings" ) - type ResolvedGlobalID struct { Type string `json:"type"` ID string `json:"id"` @@ -36,4 +35,3 @@ func FromGlobalID(globalID string) *ResolvedGlobalID { ID: tokens[1], } } - -- cgit