This commit is contained in:
Schrottkatze 2026-09-10 11:19:55 +02:00
commit f77fb6e72d
7 changed files with 14 additions and 19 deletions

View file

@ -65,7 +65,7 @@
];
postfix = [ "pfn" ];
body = [
"pub fn $\{receiver\}() {"
"pub fn \${receiver}() {"
"\\t$1"
"}"
];