Skip to content

Commit b95fed9

Browse files
committed
Fix style issue.
1 parent 78a4dbe commit b95fed9

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
@@ -218,7 +218,7 @@ class AlterOperation extends Component
218218
'TO' => [
219219
7,
220220
'expr',
221-
['parseField' => 'table']
221+
['parseField' => 'table'],
222222
],
223223
'ENABLE' => 8,
224224
'DISABLE' => 8,

0 commit comments

Comments
 (0)