Skip to content

Commit

Permalink
Autocorrect Layout/EmptyLineAfterGuardClause
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Feb 11, 2019
1 parent 9db7980 commit 0635de5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -69,6 +69,7 @@ def down

filter = TextFilter.find(name: filter_name)
raise "Filter #{filter_name} not found" unless filter

content.update!(text_filter: filter)
end

Expand Down
Expand Up @@ -69,6 +69,7 @@ def down

filter = TextFilter.find(name: filter_name)
raise "Filter #{filter_name} not found" unless filter

content.update!(text_filter: filter)
end

Expand Down
Expand Up @@ -69,6 +69,7 @@ def down

filter = TextFilter.find(name: filter_name)
raise "Filter #{filter_name} not found" unless filter

content.update!(text_filter: filter)
end

Expand Down

0 comments on commit 0635de5

Please sign in to comment.