Skip to content

Commit

Permalink
Remove indentation on empty lines for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
expeehaa authored and botandrose committed Jan 21, 2021
1 parent c6a401d commit 4d5ca13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/database_cleaner/null_strategy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ class NullStrategy
def start
# no-op
end

def db=(db)
# no-op
end

def clean
# no-op
end
Expand Down

0 comments on commit 4d5ca13

Please sign in to comment.