mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-30 01:08:32 -05:00
Whitespace.
This commit is contained in:
@@ -2294,8 +2294,8 @@ class FrameToolbar(Wrapped):
|
||||
|
||||
class NewLink(Templated):
|
||||
"""Render the link submission form"""
|
||||
def __init__(self, captcha = None, url = '', title= '', text = '', selftext = '',
|
||||
then = 'comments', resubmit=False, never_show_self=False):
|
||||
def __init__(self, captcha=None, url='', title='', text='', selftext='',
|
||||
then='comments', resubmit=False, never_show_self=False):
|
||||
|
||||
self.show_link = self.show_self = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user