DatabaseCleaner / database_cleaner

Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.
https://www.rubydoc.info/github/DatabaseCleaner/database_cleaner
MIT License
2.93k stars 484 forks source link

Remove trailing whitespaces. #670

Closed expeehaa closed 3 years ago

expeehaa commented 3 years ago

While looking at the changes between 1.8.5 and 2.0.0 I found a trailing whitespace in lib/database_cleaner/cleaners.rb and decided to remove it and all other trailing whitespaces I could find.

codecov[bot] commented 3 years ago

Codecov Report

Merging #670 (3f8900f) into master (f7b9246) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #670   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines          666       666           
=========================================
  Hits           666       666           
Impacted Files Coverage Δ
lib/database_cleaner/cleaners.rb 100.00% <ø> (ø)
lib/database_cleaner/null_strategy.rb 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f7b9246...3f8900f. Read the comment docs.

botandrose commented 3 years ago

Thank you!