Skip to content

Commit

Permalink
style: add empty lines at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Oct 26, 2023
1 parent 626d162 commit 46c4053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ internal open class HeartbeatIntervalCalculator(private val clock: Clock) {
val OFFSET_MATCHING_BASE_INTERVAL = 35.seconds
val MAX_TIME_BETWEEN_HEARTBEATS = 1.hours
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ internal class HeartbeatIntervalCalculatorTest {
override val now: Duration
get() = fakeNow
}
}
}

0 comments on commit 46c4053

Please sign in to comment.