Skip to content

Commit 5c1272d

Browse files
committed
Remove trailing comma
1 parent 1acc48e commit 5c1272d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ protected function get_current_sql_modes( $assoc_args ) {
18391839
$args['html'],
18401840
$args['table'],
18411841
$args['tabbed'],
1842-
$args['vertical'],
1842+
$args['vertical']
18431843
);
18441844

18451845
if ( null === $modes ) {

0 commit comments

Comments
 (0)