Skip to content

Commit 91d0be9

Browse files
committed
spotlessApply
1 parent 3481dbe commit 91d0be9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie/SelfieImplementations.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ import kotlin.io.encoding.ExperimentalEncodingApi
3030
import kotlin.jvm.JvmOverloads
3131

3232
/** A selfie which can be stored into a selfie-managed file. */
33-
open class DiskSelfie
34-
internal constructor(val actual: Snapshot, protected val disk: DiskStorage) :
33+
open class DiskSelfie internal constructor(val actual: Snapshot, protected val disk: DiskStorage) :
3534
FluentFacet {
3635
@JvmOverloads
3736
open fun toMatchDisk(sub: String = ""): DiskSelfie {

0 commit comments

Comments
 (0)