Skip to content

Commit e5e5eb9

Browse files
Copilotbaywet
andcommitted
style: apply spotless Java formatting
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
1 parent a8bbc2e commit e5e5eb9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • components/serialization/form/src/main/java/com/microsoft/kiota/serialization

components/serialization/form/src/main/java/com/microsoft/kiota/serialization/FormParseNode.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,7 @@ private String sanitizeKey(@Nonnull final String key) {
296296
return LocalTime.parse(value);
297297
}
298298

299-
@Nullable private static PeriodAndDuration parsePeriodAndDurationValue(
300-
@Nullable final String value) {
299+
@Nullable private static PeriodAndDuration parsePeriodAndDurationValue(@Nullable final String value) {
301300
if (value == null) return null;
302301
return PeriodAndDuration.parse(value);
303302
}

0 commit comments

Comments
 (0)