Indentation
This commit is contained in:
parent
74a9bea58f
commit
416a354308
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue