Skip to content

Commit

Permalink
[4639] Add newline at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jun 27, 2019
1 parent b69d306 commit fe28292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/cli/cli.py
Expand Up @@ -45,4 +45,4 @@ def ckan(ctx, config, *args, **kwargs):
ckan.add_command(datastore.datastore)
ckan.add_command(translation.translation)
ckan.add_command(dataset.dataset)
ckan.add_command(plugin_info.plugin_info)
ckan.add_command(plugin_info.plugin_info)

0 comments on commit fe28292

Please sign in to comment.