]> git.donarmstrong.com Git - perltidy.git/commitdiff
fixed RT#129850
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 22 Jun 2019 15:18:53 +0000 (08:18 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 22 Jun 2019 15:18:53 +0000 (08:18 -0700)
CHANGES.md

index 2d4c0f2780f498f539ad8f75eb0cf3f1d6e051f0..f1dc44c528ad4c149129ceb9cd3bfe69947f2c57 100644 (file)
@@ -2,7 +2,7 @@
 
 ## 2019 06 01.01
 
-    - fixed for RT#129850; concerning a space between a closing block brace and
+    - fixed RT#129850; concerning a space between a closing block brace and
       opening bracket or brace, as occurs before the '[' in this line:
 
        my @addunix = map { File::Spec::Unix->catfile( @ROOT, @$_ ) } ['b'];