Skip to content

Commit 11ae012

Browse files
committed
fix formatting
1 parent 0ee03e9 commit 11ae012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def get_collection(self, class_name, input):
696696
uid, class_name, pn
697697
):
698698
sort.append((ss, pn))
699-
else :
699+
else:
700700
raise (Unauthorised (
701701
'User does not have search permission on "%s.%s"'
702702
% (class_name, pn)))

0 commit comments

Comments
 (0)