From 8f4465b42a9b29d661045a2fdf4d32ed7b8569da Mon Sep 17 00:00:00 2001 From: Evan Carroll Date: Sun, 18 May 2008 16:13:58 -0500 Subject: [PATCH] style --- t/05-BrowserUK.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/05-BrowserUK.t b/t/05-BrowserUK.t index 37f335e..cd94033 100644 --- a/t/05-BrowserUK.t +++ b/t/05-BrowserUK.t @@ -13,9 +13,7 @@ my $file = File::Spec->catfile( 't', 'data', 'BrowserUK.txt' ); open ( my $fh, $file ) || die "Can not open $file"; my @lines = <$fh>; -my $de = DataExtract::FixedWidth->new({ - heuristic => \@lines -}); +my $de = DataExtract::FixedWidth->new({ heuristic => \@lines }); foreach my $lineidx ( 1 .. @lines ) { my $line = $lines[$lineidx]; -- 2.11.4.GIT