Remove inconsistent spaces

(cherry picked from commit fb898e1)
This commit is contained in:
Johnny Lim
2018-05-05 07:19:41 +02:00
committed by Juergen Hoeller
parent a39938d251
commit a0d37ac29e
14 changed files with 40 additions and 40 deletions

View File

@@ -406,7 +406,7 @@ public abstract class AbstractTransactionAspectTests {
}
catch (Throwable t) {
if (rollbackException) {
assertEquals("Caught wrong exception", tex, t );
assertEquals("Caught wrong exception", tex, t);
}
else {
assertEquals("Caught wrong exception", ex, t);