Skip to content

Commit

Permalink
Quick whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bryckbost committed Jan 6, 2012
1 parent fb50ba8 commit 0d0d517
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,2 +1,4 @@
.rvmrc
application.yml
application.yml
.DS_STORE

2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,4 +10,4 @@ gem 'activesupport', :require => false
gem 'i18n'
gem 'indextank'
gem 'sinatra-indextank'
gem 'newrelic_rpm'
gem 'newrelic_rpm'
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -102,4 +102,4 @@ namespace :indextank do
})
end
end
end
end
2 changes: 1 addition & 1 deletion config.ru
@@ -1,2 +1,2 @@
require './app'
run Sinatra::Application
run Sinatra::Application

0 comments on commit 0d0d517

Please sign in to comment.