Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent 2507034 commit a77cf15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/galaxy/visualization/plugins/config_parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import logging

from six import string_types

import galaxy.model
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/visualization/plugins/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def get_visualization(self, trans, visualization_name, target_object):
# remap some of these vars for direct use in ui.js, PopupMenu (e.g. text->html)
param_data = data_source['to_params']
response = visualization.to_dict()
response['href'] = self.get_visualization_url(trans, target_object, visualization, param_data)
response['href'] = self.get_visualization_url(trans, target_object, visualization, param_data)
return response
return None

Expand Down

0 comments on commit a77cf15

Please sign in to comment.