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/resolvers/operations.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphql/resolvers/operations.go') diff --git a/graphql/resolvers/operations.go b/graphql/resolvers/operations.go index 7fb3f3e2..086bc249 100644 --- a/graphql/resolvers/operations.go +++ b/graphql/resolvers/operations.go @@ -5,8 +5,8 @@ import ( "fmt" "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/bug/operations" - "time" "github.com/MichaelMure/git-bug/graphql/models" + "time" ) type addCommentOperationResolver struct{} -- cgit