We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3481dbe commit 91d0be9Copy full SHA for 91d0be9
jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie/SelfieImplementations.kt
@@ -30,8 +30,7 @@ import kotlin.io.encoding.ExperimentalEncodingApi
30
import kotlin.jvm.JvmOverloads
31
32
/** 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) :
+open class DiskSelfie internal constructor(val actual: Snapshot, protected val disk: DiskStorage) :
35
FluentFacet {
36
@JvmOverloads
37
open fun toMatchDisk(sub: String = ""): DiskSelfie {
0 commit comments