From e4b1c521b4ec2f386e78d7dcdf26c44e0860ddd6 Mon Sep 17 00:00:00 2001
From: Volodymyr Kublytskyi <vkublytskyi@magento.com>
Date: Wed, 28 Dec 2016 18:43:14 +0200
Subject: [PATCH] MAGETWO-62667: [GITHUB] 3rd party payment gateways not
 visible in adminhtml anymore on 2.1.3 #7891

 - applying PSR2 code style
---
 .../Structure/_files/payment_section_structure_variations.php   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/code/Magento/Paypal/Test/Unit/Model/Config/Structure/_files/payment_section_structure_variations.php b/app/code/Magento/Paypal/Test/Unit/Model/Config/Structure/_files/payment_section_structure_variations.php
index 46570860c83..b9a91f3f610 100644
--- a/app/code/Magento/Paypal/Test/Unit/Model/Config/Structure/_files/payment_section_structure_variations.php
+++ b/app/code/Magento/Paypal/Test/Unit/Model/Config/Structure/_files/payment_section_structure_variations.php
@@ -126,4 +126,4 @@ return [
             ],
         ]
     ],
-];
\ No newline at end of file
+];
-- 
GitLab