Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
1225de14
Commit
1225de14
authored
Apr 24, 2017
by
Richard van der Hoff
Browse files
PEP8
Fix line lengths in newly-added code
parent
a3e5beab
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/olm/__main__.py
View file @
1225de14
...
@@ -312,7 +312,8 @@ def build_arg_parser():
...
@@ -312,7 +312,8 @@ def build_arg_parser():
)
)
export_inbound_group
.
set_defaults
(
func
=
do_export_inbound_group
)
export_inbound_group
.
set_defaults
(
func
=
do_export_inbound_group
)
ed25519_verify
=
commands
.
add_parser
(
"ed25519_verify"
,
help
=
"Verify an ed25519 signature"
)
ed25519_verify
=
commands
.
add_parser
(
"ed25519_verify"
,
help
=
"Verify an ed25519 signature"
)
ed25519_verify
.
set_defaults
(
func
=
do_verify_ed25519_signature
)
ed25519_verify
.
set_defaults
(
func
=
do_verify_ed25519_signature
)
return
parser
return
parser
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment