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 05e5fc35d5
commit 6b5ac19c54
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 5 additions and 5 deletions

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 =