From 6b5ac19c5474ad4a4dd93a8765ac13997590550d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 6 Oct 2020 12:34:34 +0200 Subject: [PATCH] Fix an indentation warning Signed-off-by: Thomas Citharel --- test/graphql/resolvers/comment_test.exs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/graphql/resolvers/comment_test.exs b/test/graphql/resolvers/comment_test.exs index f07282db1..206af6a8b 100644 --- a/test/graphql/resolvers/comment_test.exs +++ b/test/graphql/resolvers/comment_test.exs @@ -150,12 +150,12 @@ defmodule Mobilizon.GraphQL.Resolvers.CommentTest do to_string(comment.id) query = """ - query { - thread(id: #{comment.id}) { - text, - uuid - } + query { + thread(id: #{comment.id}) { + text, + uuid } + } """ res =