From 8830b130adf5ea5ddf76876248790fb7f8e7ced1 Mon Sep 17 00:00:00 2001 From: Kamil Olszewski Date: Thu, 12 Feb 2026 10:24:59 +0100 Subject: [PATCH] fixed small error --- src/lib/stores/bash/posix.ts | 2 -- 1 file changed, 2 deletions(-) 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