Indentation

This commit is contained in:
Gary Gregory 2024-05-12 18:42:55 -04:00
parent 74a9bea58f
commit 416a354308
1 changed files with 3 additions and 3 deletions

View File

@ -257,9 +257,9 @@ public class DurationFormatUtils {
}
}
if (isLiteral) {
if (!inOptional || !lastOutputZero) {
buffer.append(value.toString());
}
if (!inOptional || !lastOutputZero) {
buffer.append(value.toString());
}
} else if (value.equals(y)) {
lastOutputSeconds = false;
lastOutputZero = years == 0;