From 206d931f5087d9c0c6df99086b9e4b16bf61a432 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 10 Feb 2020 20:43:21 -0700 Subject: perltidy Signed-off-by: Sean Whitton --- t/lib/t/Util.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/lib/t/Util.pm b/t/lib/t/Util.pm index 7309442..d72e7b0 100644 --- a/t/lib/t/Util.pm +++ b/t/lib/t/Util.pm @@ -16,7 +16,7 @@ our @EXPORT = qw( corrupt_annexed_file device_id_issues run_bin ); sub corrupt_annexed_file { my ($git, $file) = @_; - my ($key) = $git->annex("lookupkey", $file); + my ($key) = $git->annex("lookupkey", $file); my ($loc) = $git->annex("contentlocation", $key); $loc = rel2abs $loc, $git->dir; @@ -36,7 +36,7 @@ sub device_id_issues { write_file "bar", "bar\n"; my $foo_id = (stat "foo")[0]; my $bar_id = (stat "bar")[0]; - return($foo_id != $bar_id); + return ($foo_id != $bar_id); } sub run_bin { -- cgit v1.2.3