summaryrefslogtreecommitdiffstats
path: root/t/004template.t
diff options
context:
space:
mode:
Diffstat (limited to 't/004template.t')
-rw-r--r--t/004template.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/004template.t b/t/004template.t
index 2b1cfe0df..578a91b9e 100644
--- a/t/004template.t
+++ b/t/004template.t
@@ -60,8 +60,7 @@ my $template = Template->new(
# actually have to function in this test, just be defined.
FILTERS =>
{
- url => sub { return $_ } ,
- }
+ },
}
);