aboutsummaryrefslogtreecommitdiff
path: root/lib/Music/Lyrics/LRC.pm
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-02 07:32:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-02 07:32:08 +1300
commit7921299eaf12f22615ccf788c479de2b74f32e07 (patch)
tree9bd5c7044d6b4a9f17a38913f256ce9e49ca002f /lib/Music/Lyrics/LRC.pm
parentFix typo in documentation (diff)
downloadMusic-Lyrics-LRC-7921299eaf12f22615ccf788c479de2b74f32e07.tar.gz
Music-Lyrics-LRC-7921299eaf12f22615ccf788c479de2b74f32e07.zip
Align regex comments
Diffstat (limited to 'lib/Music/Lyrics/LRC.pm')
-rw-r--r--lib/Music/Lyrics/LRC.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Music/Lyrics/LRC.pm b/lib/Music/Lyrics/LRC.pm
index cf69bde..5c21934 100644
--- a/lib/Music/Lyrics/LRC.pm
+++ b/lib/Music/Lyrics/LRC.pm
@@ -31,8 +31,8 @@ our %RE = (
\s* # Any whitespace
\[ # Opening left bracket
([^:\r\n]+) # Tag name, capture
- : # Colon
- (.*) # Tag value, capture
+ : # Colon
+ (.*) # Tag value, capture
\] # Closing right bracket
\s* # Any whitespace
\z # End of string