lib/rubycritic/source_control_systems/base.rb in rubycritic-4.8.0 vs lib/rubycritic/source_control_systems/base.rb in rubycritic-4.8.1
- old
+ new
@@ -19,12 +19,12 @@
def self.create
supported_system = systems.find(&:supported?)
if supported_system
supported_system.new
else
- puts 'RubyCritic can provide more feedback if you use '\
- "a #{connected_system_names} repository. "\
- 'Churn will not be calculated.'
+ puts 'RubyCritic can provide more feedback if you use ' \
+ "a #{connected_system_names} repository. " \
+ 'Churn will not be calculated.'
Double.new
end
end
def self.connected_system_names