Skip to content

Commit 3c147ad

Browse files
committed
add trailing
1 parent e929978 commit 3c147ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aiarena/frontend/views/graphql.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ def _capture_sentry_exceptions(self, errors):
4444
# return formatted_error
4545

4646
def format_error(self, error):
47-
return super().format_error(error)
47+
return super().format_error(error)
48+

0 commit comments

Comments
 (0)