Skip to content

Commit cc34f00

Browse files
authored
Fixed Whitespace issue
1 parent 66478ec commit cc34f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/Email/SenderBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function testSend()
122122
$customerName = 'test_name';
123123
$customerEmail = 'test_email';
124124
$identity = 'email_identity_test';
125-
125+
126126
$transportMock = $this->createMock(
127127
\Magento\Sales\Test\Unit\Model\Order\Email\Stub\TransportInterfaceMock::class
128128
);

0 commit comments

Comments
 (0)