Completed
Push — master ( 9c0c61...cda7a3 )
by Sébastien
04:00 queued 01:54
created
wc-satt-stt.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,10 @@
 block discarded – undo
17 17
  * License: GNU General Public License v3.0
18 18
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
19 19
  */
20
-if ( ! defined('ABSPATH') ) exit; // Exit if accessed directly.
20
+if ( ! defined('ABSPATH') ) {
21
+    exit;
22
+}
23
+// Exit if accessed directly.
21 24
 
22 25
 if ( ! class_exists( 'WCSATT_STT' ) ) {
23 26
 	class WCSATT_STT {
Please login to merge, or discard this patch.