Skip to content

Commit 8e3d3e6

Browse files
author
Derek Tamsen
committed
fix indentation of settings file
1 parent 35f493f commit 8e3d3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gunicorn.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONFIG = {
77
<% if @virtualenv -%>
88
'environment': {
99
<% if @osenv -%><% @osenv.sort.each do |key, value| -%>
10-
'<%= key %>': '<%= value %>',
10+
'<%= key %>': '<%= value %>',
1111
<% end -%><% end -%>
1212
<% if @environment -%>
1313
'ENVIRONMENT': '<%= @environment %>',

0 commit comments

Comments
 (0)