From 9a1beedda7ef2d07599e061d6f542fa9a2e1e965 Mon Sep 17 00:00:00 2001 From: leibale Date: Thu, 23 Sep 2021 16:52:34 -0400 Subject: [PATCH] add missing semicolon --- lib/commands/BITFIELD.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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':