Removes superfluous newlines

pull/604/head
Hagen Schink 11 years ago
parent 4d2bfce8bf
commit 38884f331b
  1. 3
      lib/tasks/remove_timelines_historical_comparison_from_options.rake

@ -14,9 +14,6 @@ require_relative '../../db/migrate/migration_utils/timelines'
namespace :migrations do
namespace :timelines do
desc "Sets all timelines with historical comparison from 'historical' to 'none'"
task :remove_timelines_historical_comparison_from_options => :environment do |task|
setter = TimelinesHistoricalComparisonSetter.new

Loading…
Cancel
Save