Skip to content
Snippets Groups Projects
Commit d62d6d8b authored by Krish Moodbidri's avatar Krish Moodbidri Committed by Mitchell Moore
Browse files

removed trailing whitespace

parent 8499cef8
Branches first-pass
No related tags found
No related merge requests found
<!doctype html> <!doctype html>
<html>
<head> <head>
{% block head %} {% block head %}
<link rel="stylesheet" href="/static/style/application.css"> <link rel="stylesheet" href="/static/style/application.css">
...@@ -13,6 +14,5 @@ ...@@ -13,6 +14,5 @@
<footer> <footer>
{% block footer %} {% block footer %}
{% endblock %} {% endblock %}
</div> </footer>
</body>
</html> </html>
id = '' id = ''
password = '' password = ''
key = '' key = ''
broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/' broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment