From ce169c8b0d714c0cea8628c0977c8da288d065de Mon Sep 17 00:00:00 2001 From: Brad Clawsie Date: Mon, 16 Jan 2023 15:51:12 -0600 Subject: [PATCH] tidy --- lib/Lang/Go/Mod.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Lang/Go/Mod.pm b/lib/Lang/Go/Mod.pm index 009d369..f873b36 100644 --- a/lib/Lang/Go/Mod.pm +++ b/lib/Lang/Go/Mod.pm @@ -6,9 +6,9 @@ package Lang::Go::Mod; use warnings; use strict; -use Carp qw(croak); -use English qw(-no_match_vars); -use Exporter qw(import); +use Carp qw(croak); +use English qw(-no_match_vars); +use Exporter qw(import); use Path::Tiny qw(path); # ABSTRACT: parse and model go.mod files @@ -160,8 +160,8 @@ sub parse_go_mod { } elsif ( $line =~ m{^\s*//.*$}mx ) { -# comment -# (can also be part of a multi-line retract rationale - want to strip out anyway) + # comment - strip + # (can also be part of a multi-line retract rationale) } else { -- 2.38.5