Skip to content

Commit 095eebf

Browse files
committed
Fix lint errors
1 parent bfb47b4 commit 095eebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oura-library/src/main/kotlin/org/radarbase/oura/request/OuraRequestGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ constructor(
109109
ouraOffsetManager.updateOffsets(
110110
request.route,
111111
request.user,
112-
Instant.ofEpochSecond(offset).plus(Duration.ofMillis(500),
112+
Instant.ofEpochSecond(offset).plus(Duration.ofMillis(500)),
113113
)
114114
} else {
115115
if (request.startDate.plus(TIME_AFTER_REQUEST).isBefore(Instant.now())) {

0 commit comments

Comments
 (0)