Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
display a nicer text border around message
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ingeman-Nielsen committed Mar 26, 2020
1 parent 566f9e9 commit 5c33c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .shared/pre-existing/custom-task-type.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Cowsay extends DefaultTask {
println("""\
${'_' * (message.length() + 2)}
< $message >
${'-' * (message.length() + 4)}
${'\u203E' * (message.length() + 2)}
\\
\\
^__^
Expand Down

0 comments on commit 5c33c4b

Please sign in to comment.