Skip to content

Commit a4afd27

Browse files
committed
Add missing newline, breaking pycodestyle
1 parent 9f12a5e commit a4afd27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgcommitfest/commitfest/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def global_search(request):
258258
'title': 'Patch search results',
259259
})
260260

261+
261262
def patch_redirect(request, patchid):
262263
last_commitfest = PatchOnCommitFest.objects.select_related('commitfest').filter(patch_id=patchid).order_by('-commitfest__startdate').first()
263264
if not last_commitfest:

0 commit comments

Comments
 (0)