ktlint: Fix no-empty-first-line-in-method-block violations
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
7d5647b0ba
commit
81ddd5a115
6 changed files with 0 additions and 6 deletions
|
|
@ -98,7 +98,6 @@ class HistoryRecordManagerTest {
|
|||
}
|
||||
|
||||
private fun insertShuffledRelatedSearches(relatedSearches: Collection<SearchHistoryEntry>) {
|
||||
|
||||
// shuffle to make sure the order of items returned by queries depends only on
|
||||
// SearchHistoryEntry.creationDate, not on the actual insertion time, so that we can
|
||||
// verify that the `ORDER BY` clause does its job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue