From fdcacb33afcf9e3575ae3c14a7019ed95c894605 Mon Sep 17 00:00:00 2001 From: goonnow Date: Thu, 28 Aug 2014 16:19:41 +0700 Subject: [PATCH] Remove useless placeholder --- snippets/perl.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/perl.snippets b/snippets/perl.snippets index 8fb9c8e..6e0cacb 100644 --- a/snippets/perl.snippets +++ b/snippets/perl.snippets @@ -355,5 +355,5 @@ snippet dump snippet subtest subtest '${1: test_name}' => sub { - ${2: #body} + ${2} };