Skip to content

Commit 3899d3a

Browse files
Spotless Fix
1 parent 2de61e1 commit 3899d3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

analytics-core/src/main/java/com/segment/analytics/gson/ISO8601InstantAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ public Instant read(JsonReader in) throws IOException {
3434
String str = in.nextString();
3535
return str == null ? null : Instant.parse(str);
3636
}
37-
}
37+
}

analytics-core/src/main/java/com/segment/analytics/gson/Iso8601Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ static String format(Instant instant) {
284284
// Format the instant
285285
return String.valueOf(instant.getEpochSecond());
286286
}
287-
}
287+
}

0 commit comments

Comments
 (0)