Reformats due to new lint

This commit is contained in:
Vitor Pamplona
2025-07-02 10:51:13 -04:00
parent 774ee20a20
commit 546d238db3
146 changed files with 1151 additions and 1054 deletions
@@ -23,7 +23,9 @@ package com.vitorpamplona.ammolite.relays.filters
/*
* Wrapper class to allow changing in EOSE without modifying the list it is included within
*/
class MutableTime(startTime: Long) {
class MutableTime(
startTime: Long,
) {
var time: Long = startTime
private set