Skip to content

Commit

Permalink
Removed trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
golharam committed Oct 2, 2015
1 parent 7a5e8f7 commit 63e30da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/web/framework/middleware/remoteuser.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __call__( self, environ, start_response ):
access Galaxy.
"""
return self.error( start_response, title, message )

if not safe_str_cmp(environ.get('HTTP_GX_SECRET'), self.config_secret_header):
title = "Access to Galaxy is denied"
message = """
Expand Down

0 comments on commit 63e30da

Please sign in to comment.