Skip to content

Commit 1a7fb83

Browse files
committed
Fix whitespace on end of line
1 parent a709114 commit 1a7fb83

File tree

1 file changed

+2
-3
lines changed
  • dev/tests/integration/testsuite/Magento/Sitemap/Model/ResourceModel/Catalog

1 file changed

+2
-3
lines changed

dev/tests/integration/testsuite/Magento/Sitemap/Model/ResourceModel/Catalog/ProductTest.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class ProductTest extends \PHPUnit_Framework_TestCase
1717
/**
1818
* Base product image path
1919
*/
20-
const BASE_IMAGE_PATH = 'http://localhost/pub/media/catalog/product/cache/c9e0b0ef589f3508e5ba515cde53c5ff';
21-
20+
const BASE_IMAGE_PATH = 'http://localhost/pub/media/catalog/product/cache/c9e0b0ef589f3508e5ba515cde53c5ff';
21+
2222
/**
2323
* Test getCollection None images
2424
* 1) Check that image attributes were not loaded
@@ -190,4 +190,3 @@ protected function _checkProductCollection(array $products, $expectedCount, arra
190190
}
191191
}
192192
}
193-

0 commit comments

Comments
 (0)