From bf37a4df7fc38e4c0ed9e4499b600547590ef28d Mon Sep 17 00:00:00 2001 From: zrwusa Date: Thu, 19 Sep 2024 17:20:58 +1200 Subject: [PATCH] style: optimization of code style of HashMap --- src/data-structures/hash/hash-map.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/data-structures/hash/hash-map.ts b/src/data-structures/hash/hash-map.ts index 4d0ddae..42a9235 100644 --- a/src/data-structures/hash/hash-map.ts +++ b/src/data-structures/hash/hash-map.ts @@ -34,12 +34,8 @@ export class HashMap extends IterableEntryBase