Skip to content

Commit

Permalink
Add newline to end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Nov 12, 2014
1 parent f09944a commit c8a915a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/post.css.scss
Expand Up @@ -224,4 +224,4 @@
@extend .table;
@extend .table-striped;
}
}
}
2 changes: 1 addition & 1 deletion lib/tasks/search.rake
Expand Up @@ -3,4 +3,4 @@ namespace :search do
task rebuild: :environment do
[Post, DiscussionThread, Subforum, User].each(&:reset_search_index!)
end
end
end

0 comments on commit c8a915a

Please sign in to comment.