mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-06 13:43:34 +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(ZSH_COMPLETION_FILE, "w") as f:
|
||||
f.write(template)
|
||||
|
||||
|
||||
parser = youtube_dl.parseOpts()[0]
|
||||
build_completion(parser)
|
||||
|
||||
Reference in New Issue
Block a user