mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-06 12:15:50 +08:00
Add missing blank lines after class or function definition.
This commit is contained in:
@@ -44,5 +44,6 @@ def build_completion(opt_parser):
|
||||
with open(FISH_COMPLETION_FILE, 'w') as f:
|
||||
f.write(filled_template)
|
||||
|
||||
|
||||
parser = youtube_dl.parseOpts()[0]
|
||||
build_completion(parser)
|
||||
|
||||
Reference in New Issue
Block a user