diff options
Diffstat (limited to 'lib/compilers/golang.ts')
-rw-r--r-- | lib/compilers/golang.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/golang.ts b/lib/compilers/golang.ts index cf761a11c..2b41483c6 100644 --- a/lib/compilers/golang.ts +++ b/lib/compilers/golang.ts @@ -176,7 +176,7 @@ export class GolangCompiler extends BaseCompiler { collisions: number, ins: string, args: string, - usedLabels: Record<string, boolean> + usedLabels: Record<string, boolean>, ): string { // Check if last argument is a decimal number. const match = args.match(DECIMAL_RE); |