Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
2c70849d
Commit
2c70849d
authored
9 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Fix newlines
parent
0a016b05
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/crypto/keyring.py
+1
-2
1 addition, 2 deletions
synapse/crypto/keyring.py
with
1 addition
and
2 deletions
synapse/crypto/keyring.py
+
1
−
2
View file @
2c70849d
...
...
@@ -115,7 +115,6 @@ class Keyring(object):
r
=
yield
create_observer
(
download
)
defer
.
returnValue
(
r
)
@defer.inlineCallbacks
def
_get_server_verify_key_impl
(
self
,
server_name
,
key_ids
):
# Try to fetch the key from the remote server.
...
...
@@ -190,4 +189,4 @@ class Keyring(object):
defer
.
returnValue
(
verify_keys
[
key_id
])
return
raise
ValueError
(
"
No verification key found for given key ids
"
)
\ No newline at end of file
raise
ValueError
(
"
No verification key found for given key ids
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment