From d50018fa95738e59e16606d93e963b15b5240c74 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 12 Jan 2020 11:58:31 +0000 Subject: perltidy --- lib/perl5/Local/MrRepo/Repo/Git/Annex.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm b/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm index 56c9e7ac..412c3d75 100644 --- a/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm +++ b/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm @@ -77,7 +77,7 @@ sub review_unused { my $used_refspec_config; try { ($used_refspec_config) = $self->git->config("annex.used-refspec") }; - $opts{interactive} //= 0; + $opts{interactive} //= 0; # only supply a default value for this if annex.used-refspec has # not been configured, so that annex.used-refspec takes effect if # our caller does not supply a used_refspec -- cgit v1.2.3