Skip to content

Commit 329a208

Browse files
authored
Removed space at end of line 132
1 parent dd72f65 commit 329a208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public static function end_html( $meta, $field ) {
129129
return RWMB_Clone::add_clone_button( $field ) .
130130
RWMB_Clone::add_all_button( $field ) .
131131
RWMB_Clone::remove_all_button( $field ) .
132-
self::call( 'input_description', $field ) .
132+
self::call( 'input_description', $field ) .
133133
'</div>';
134134
}
135135

0 commit comments

Comments
 (0)