Skip to content

Commit

Permalink
Update case indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Dec 11, 2024
1 parent 29b7547 commit 0c5a3f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/retest/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def type
@type ||= begin
return :ruby unless has_lock_file?

if rspec? then :rspec
if rspec? then :rspec
elsif rails? then :rails
elsif rake? then :rake
else :ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/retest/watcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def self.for(watcher)
when 'listen' then Default
when 'watchexec' then Watchexec
when '', 'installed' then installed
else raise ArgumentError, "Unknown #{watcher}"
else raise ArgumentError, "Unknown #{watcher}"
end

unless tool.installed?
Expand Down

0 comments on commit 0c5a3f1

Please sign in to comment.