aboutsummaryrefslogtreecommitdiff
path: root/_pastebins
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-06 19:07:38 -0300
committerEuAndreh <eu@euandre.org>2020-02-06 19:07:38 -0300
commita83781d9dd14ba198e1160938b431c14fe5c4b89 (patch)
tree4a5857698cbcb86a0f1d0eb990232c109eddcd3c /_pastebins
parentRun assert-content.sh in test derivation (diff)
downloadeuandre.org-a83781d9dd14ba198e1160938b431c14fe5c4b89.tar.gz
euandre.org-a83781d9dd14ba198e1160938b431c14fe5c4b89.tar.xz
Remove extra line
Diffstat (limited to '_pastebins')
-rw-r--r--_pastebins/raku-tuple-type-annotation.md1
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: