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 {
7272 interactive ->
7373 " $headline \n " +
7474 (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" )
7880 readonly -> headline
7981 overwrite -> " $headline \n (didn't expect this to ever happen in overwrite mode)"
8082 }
You can’t perform that action at this time.
0 commit comments