Skip to content

Commit 0b75af1

Browse files
committed
Fixed spacing issues
1 parent 06ce422 commit 0b75af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ public function replace_all_fields( $text = '' ) {
661661
} else {
662662
$table .= '—';
663663
}
664-
}elseif ( in_array( $value['type'], array('google_map') ) ) {
664+
} elseif ( in_array( $value['type'], array( 'google_map' ) ) ) {
665665
$table .= $field_value['address'];
666666
} else {
667667
$table .= $field_value;

0 commit comments

Comments
 (0)