From 7f5aff15f4af8ea1dae0a603d661990a83ab5bb6 Mon Sep 17 00:00:00 2001 From: Ryan Hoerr Date: Mon, 21 Oct 2024 11:40:29 -0400 Subject: [PATCH] Fixed missed closing newline --- .../testsuite/Magento/GraphQl/Quote/StockAvailabilityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/StockAvailabilityTest.php b/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/StockAvailabilityTest.php index 7752b7db842..47059d56f7a 100644 --- a/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/StockAvailabilityTest.php +++ b/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/StockAvailabilityTest.php @@ -686,4 +686,4 @@ private function generateBundleOptionIdV2(int $optionId, int $selectionId, int $ { return base64_encode("bundle/$optionId/$selectionId/$quantity"); } -} \ No newline at end of file +}