Skip to content

Commit bb7d3ef

Browse files
committed
Remove trailing white spaces at the end of non blank line
1 parent 3844a40 commit bb7d3ef

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/App/ResourceConnection

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/ResourceConnection/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getConnectionName($resourceName)
6363
{
6464
$this->initConnections();
6565
$connectionName = \Magento\Framework\App\ResourceConnection::DEFAULT_CONNECTION;
66-
66+
6767
if (!isset($this->_connectionNames[$resourceName])) {
6868
$resourcesConfig = $this->get();
6969
$pointerResourceName = $resourceName;

0 commit comments

Comments
 (0)