Whitespace

This commit is contained in:
Michael Miller 2021-08-18 11:27:06 -06:00
parent 1e82608500
commit fd4812207a
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -300,7 +300,7 @@ module Spectator
case (filters = @rejects)
when .empty? then NullNodeFilter.new(false)
when .one? then filters.first
else CompositeNodeFilter.new(filters)
else CompositeNodeFilter.new(filters)
end
end
end