Fix an indentation warning

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-10-06 12:34:34 +02:00
parent 155d5838ef
commit 6a7d6343d3

View File

@ -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 =