diff --git a/lib/commands/BITFIELD.ts b/lib/commands/BITFIELD.ts index 445c26e28a..90adb96981 100644 --- a/lib/commands/BITFIELD.ts +++ b/lib/commands/BITFIELD.ts @@ -66,7 +66,7 @@ export function transformArguments(key: string, operations: BitFieldOperations): options.type, options.offset.toString(), options.increment.toString() - ) + ); break; case 'OVERFLOW':