Skip to content

Commit b49d315

Browse files
author
Alexandre Kirszenberg
committed
4 spaces
1 parent 8beadc7 commit b49d315

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

graphene_django/fields.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ def resolve_connection(cls, connection, default_manager, args, iterable):
118118

119119
@classmethod
120120
def connection_resolver(
121-
cls,
122-
resolver,
123-
connection,
124-
default_manager,
125-
max_limit,
126-
enforce_first_or_last,
127-
root,
128-
info,
129-
**args
121+
cls,
122+
resolver,
123+
connection,
124+
default_manager,
125+
max_limit,
126+
enforce_first_or_last,
127+
root,
128+
info,
129+
**args
130130
):
131131
first = args.get("first")
132132
last = args.get("last")

0 commit comments

Comments
 (0)