mirror of https://github.com/apache/poi.git
Fix inconsistent whitespace and indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
02ca37ca18
commit
5f921159e7
|
@ -218,7 +218,6 @@ public final class TestPOIXMLProperties {
|
|||
zeroPad(utcCalendar.get(Calendar.MINUTE)) + ":" +
|
||||
zeroPad(utcCalendar.get(Calendar.SECOND)) + "Z";
|
||||
|
||||
|
||||
return utcString.equals(dateTimeUtcString);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue