Commit cb69baedd335b0609503502080fc684520b3794c

Authored by Marin Jankovski
1 parent c4b1a5f5

Remove empty line.

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/models/wiki_page.rb
... ... @@ -175,7 +175,6 @@ class WikiPage
175 175 end
176 176  
177 177 def save(method, *args)
178   -
179 178 if valid? && wiki.send(method, *args)
180 179  
181 180 page_details = if method == :update_page
... ...