Completed
Pull Request — wip-lisem (#51)
by
unknown
05:15 queued 02:39
created
src/Translator/LibrinfoLabelTranslatorStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,6 +65,6 @@
 block discarded – undo
65 65
         $label = $this->cleanStr($label); /* if there is still some \ */
66 66
         $label = sprintf('%s', strtolower(preg_replace('~(?<=\\w)([A-Z])~', '_$1', $label)));
67 67
 
68
-        return $this->namePrefix . '.' .$this->nameFix . '.' . $label;
68
+        return $this->namePrefix . '.' . $this->nameFix . '.' . $label;
69 69
     }
70 70
 }
Please login to merge, or discard this patch.