DiffFormatterTest: Remove accidentally added trailing whitespace

Change-Id: Ia7a3b05b79c3a5530a4445e6e48ceae445425224
Signed-off-by: David Pursehouse <david.pursehouse@sonymobile.com>
This commit is contained in:
David Pursehouse 2016-01-21 19:12:12 +09:00
parent 776030f198
commit 2a7b3ff00b
1 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ public void testDiff() throws Exception {
+ "@@ -1 +1 @@\n" + "-folder\n"
+ "\\ No newline at end of file\n" + "+folder change\n"
+ "\\ No newline at end of file\n";
assertEquals(expected, actual);
}
}
@ -371,7 +371,7 @@ public void testDiffRootNullToTree() throws Exception {
+ "@@ -0,0 +1 @@\n"
+ "+folder\n"
+ "\\ No newline at end of file\n";
assertEquals(expected, actual);
}
}