File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,11 @@ enum class Mode {
72
72
interactive ->
73
73
" $headline \n " +
74
74
(if (headline.startsWith(" Snapshot " ))
75
- " ‣ update this snapshot by adding `_TODO` to the function name\n "
76
- else " " ) +
77
- " ‣ update all snapshots in this file by adding `//selfieonce` or `//SELFIEWRITE`"
75
+ " ‣ update this snapshot by adding `_TODO` to the function name\n " +
76
+ " ‣ update all snapshots in this file by adding `//selfieonce` or `//SELFIEWRITE`"
77
+ else
78
+ " ‣ update all snapshots in this file by adding `//selfieonce` or `//SELFIEWRITE`\n " +
79
+ " ‣ if that doesn't work remember to put your test rule into the `selfie` package" )
78
80
readonly -> headline
79
81
overwrite -> " $headline \n (didn't expect this to ever happen in overwrite mode)"
80
82
}
You can’t perform that action at this time.
0 commit comments