From 16647c8460147eed7667e2ec00c0a59032adbe65 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Mon, 3 Jun 2019 20:04:41 +0000 Subject: [PATCH] Remove trailing whitespaces freom test_partials_with_html_entities diff --git a/test/unit/lib/redmine/unified_diff_test.rb b/test/unit/lib/redmine/unified_diff_test.rb index 1879ebf..0a7d072 100644 --- a/test/unit/lib/redmine/unified_diff_test.rb +++ b/test/unit/lib/redmine/unified_diff_test.rb @@ -95,10 +95,10 @@ class Redmine::UnifiedDiffTest < ActiveSupport::TestCase +++ test.new.txt Wed Feb 15 16:11:25 2012 @@ -1,5 +1,5 @@ Semicolons were mysteriously appearing in code diffs in the repository - + -void DoSomething(std::auto_ptr myObj) +void DoSomething(const MyClass& myObj) - + DIFF diff = Redmine::UnifiedDiff.new(raw, :type => 'sbs') -- 2.1.4