Reformats due to new lint
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user