summaryrefslogtreecommitdiff
path: root/t/spin/errors.t
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-12-24 19:37:05 -0800
committerRuss Allbery <rra@cpan.org>2021-12-24 19:37:05 -0800
commit9257e00ec67fb1c0ad07d8d91fb2bfbdd1c14949 (patch)
tree1698767fa096f6959d47c95859622d7cc9fe43cb /t/spin/errors.t
parent74c5d402923e0d4085200a38cfddeea8af16f341 (diff)
Reformat code
Adopt the new -nvc option in Perl::Tidy 20211029 to disable the intrusive vertical alignment formatting. Unfortunately, this breaks all vertical alignment formatting, even when desired, so work around that in a few places with special comments.
Diffstat (limited to 't/spin/errors.t')
-rwxr-xr-xt/spin/errors.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/spin/errors.t b/t/spin/errors.t
index ae1c308..d4cc565 100755
--- a/t/spin/errors.t
+++ b/t/spin/errors.t
@@ -36,7 +36,7 @@ require_ok('App::DocKnot::Spin::Thread');
# Spin the errors file with output captured.
my $input = File::Spec->catfile('t', 'data', 'spin', 'errors', 'errors.th');
-my $spin = App::DocKnot::Spin::Thread->new();
+my $spin = App::DocKnot::Spin::Thread->new();
my ($stdout, $stderr) = capture {
$spin->spin_thread_file($input);
};