diff options
author | EuAndreh <eu@euandre.org> | 2020-02-06 19:07:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-06 19:07:38 -0300 |
commit | a83781d9dd14ba198e1160938b431c14fe5c4b89 (patch) | |
tree | 4a5857698cbcb86a0f1d0eb990232c109eddcd3c /_pastebins | |
parent | Run assert-content.sh in test derivation (diff) | |
download | euandre.org-a83781d9dd14ba198e1160938b431c14fe5c4b89.tar.gz euandre.org-a83781d9dd14ba198e1160938b431c14fe5c4b89.tar.xz |
Remove extra line
Diffstat (limited to '_pastebins')
-rw-r--r-- | _pastebins/raku-tuple-type-annotation.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_pastebins/raku-tuple-type-annotation.md b/_pastebins/raku-tuple-type-annotation.md index c2de915..9ac62cc 100644 --- a/_pastebins/raku-tuple-type-annotation.md +++ b/_pastebins/raku-tuple-type-annotation.md @@ -20,7 +20,6 @@ sub f2(Str $in) { sub f2(Str $in --> (Str, Str)) { ($in, $in); } - ``` Error log is: |