Skip to content

Commit edc7db8

Browse files
committed
Fix lint.
1 parent 35398df commit edc7db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/AlterOperation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class AlterOperation extends Component
257257
public static $ROUTINE_OPTIONS = [
258258
'COMMENT' => [
259259
1,
260-
'var'
260+
'var',
261261
],
262262
'LANGUAGE SQL' => 2,
263263
'CONTAINS SQL' => 3,

0 commit comments

Comments
 (0)