Skip to content

Commit 72cd6ef

Browse files
committed
style: add some spacing between if conditions
1 parent f530260 commit 72cd6ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

development.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
if ( ! empty( getenv( 'WP_TESTS_DIR' ) ) ) {
88
return;
99
}
10+
1011
if ( ! defined( 'ENABLE_OPTIMOLE_WP_DEV' ) ) {
1112
define( 'ENABLE_OPTIMOLE_WP_DEV', true );
1213
}
14+
1315
if ( ENABLE_OPTIMOLE_WP_DEV ) {
1416
$optiml_constants = [
1517
'OPTIML_API_ROOT' => 'https://staging-dashboard.optimole.com/api/',

0 commit comments

Comments
 (0)