From 34bfacbaa5e92166bb7f6c20c064a5f5fd5b6547 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 1 Aug 2024 19:55:48 -0600 Subject: [PATCH] remove vim comments / fix indent --- pr-status.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pr-status.pl b/pr-status.pl index 52400eb..4bcbb78 100755 --- a/pr-status.pl +++ b/pr-status.pl @@ -1,8 +1,5 @@ #!/usr/bin/perl -# vim: set ts=4 sw=4 tw=0: -# vim: set expandtab: - use strict; use warnings; use v5.32; @@ -142,8 +139,7 @@ sub figure_status { else { $release = "stable"; foreach my $s (@stable) { - -# handle this stuff with a regex so we don't have to specify "22.11" kinda stuff + # handle this stuff with a regex so we don't have to specify "22.11" kinda stuff my @b = grep /$s/, @{$list}; my $ns = $b[0]; if ( defined $ns ) {