Skip to content

Commit 9857da6

Browse files
committed
fix formatting
1 parent 4dd6b62 commit 9857da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public static function init( $service_settings = [] ) {
123123
self::$service_url = sprintf( 'https://%s.%s', self::$key, self::$base_domain );
124124
if ( defined( 'OPTML_CUSTOM_DOMAIN' ) ) {
125125
self::$service_url = constant( 'OPTML_CUSTOM_DOMAIN' );
126-
}elseif ( isset( $service_settings['domain'] ) && ! empty( $service_settings['domain'] ) ) {
126+
} elseif ( isset( $service_settings['domain'] ) && ! empty( $service_settings['domain'] ) ) {
127127
self::$service_url = sprintf( 'https://%s', $service_settings['domain'] );
128128
}
129129

0 commit comments

Comments
 (0)