Skip to content

Commit 32de979

Browse files
author
Matt Swanson
committed
fix spacing
1 parent 8f1aa34 commit 32de979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2013-04-02-more-complicated-than-it-needs-to-be.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class SuggestionBox < Sinatra::Base
7272
suggestion = "#{params[:idea]} #{params[:category]}\n"
7373

7474
# The Boss ♥'s Dropbox
75-
File.open('~/Dropbox/suggestion_box.txt', 'w') { |f| f.write(suggestion) }
75+
File.open('~/Dropbox/suggestion_box.txt', 'w'){ |f| f.write(suggestion) }
7676

7777
flash[:success] = "Thanks!"
7878
redirect to("/")

0 commit comments

Comments
 (0)