diff --git a/src/lib/stores/bash/posix.ts b/src/lib/stores/bash/posix.ts index 88d09de..faecb22 100644 --- a/src/lib/stores/bash/posix.ts +++ b/src/lib/stores/bash/posix.ts @@ -74,7 +74,5 @@ export class Posix { public static GetCharWeight(char: string): number { return this.CharTable[char as keyof typeof this.CharTable]; - - } } \ No newline at end of file