Skip to content

Commit 9c8e389

Browse files
committed
Remove tab typo
1 parent 261aa14 commit 9c8e389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/Asset/MinifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@ public function testDeploymentWithMinifierEnabled()
248248
file_get_contents(dirname(__DIR__) . '/_files/static/expected/styles.magento.min.css'),
249249
file_get_contents($fileToBePublished),
250250
'Minified file is not equal or minification did not work for deployed CSS'
251-
);
251+
);
252252
}
253253
}

0 commit comments

Comments
 (0)