Skip to content

Commit 2eed005

Browse files
authored
Fix CS - removed whitespace
1 parent 35a96d9 commit 2eed005

File tree

1 file changed

+1
-1
lines changed
  • app/code/core/Mage/ImportExport/Model/Resource/Helper

1 file changed

+1
-1
lines changed

app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function getNextAutoincrement($tableName)
5757
{
5858
$adapter = $this->_getReadAdapter();
5959
try {
60-
$this->setInformationSchemaStatsExpiry();
60+
$this->setInformationSchemaStatsExpiry();
6161
} catch (Exception $e) {
6262
//this will throw an exception for < mysql8
6363
}

0 commit comments

Comments
 (0)