Skip to content

Commit 90b0807

Browse files
Remove redundant space
1 parent 358bf83 commit 90b0807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Email/Model/Source/Variables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ public function toOptionArray($withGroup = false)
8181
*/
8282
public function getData()
8383
{
84-
return $this->_configVariables;
84+
return $this->_configVariables;
8585
}
8686
}

0 commit comments

Comments
 (0)