Commit cb69baedd335b0609503502080fc684520b3794c
1 parent
c4b1a5f5
Exists in
spb-stable
and in
2 other branches
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,7 +175,6 @@ class WikiPage | ||
175 | end | 175 | end |
176 | 176 | ||
177 | def save(method, *args) | 177 | def save(method, *args) |
178 | - | ||
179 | if valid? && wiki.send(method, *args) | 178 | if valid? && wiki.send(method, *args) |
180 | 179 | ||
181 | page_details = if method == :update_page | 180 | page_details = if method == :update_page |