From cc8614baadd2e0ebdfd38742a0f581d9946c1e07 Mon Sep 17 00:00:00 2001 From: sunilyadav840 Date: Thu, 4 Mar 2021 18:20:15 +0530 Subject: [PATCH] fixed format issue --- src/Explorer/Tables/Utilities.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Explorer/Tables/Utilities.ts b/src/Explorer/Tables/Utilities.ts index c4abcf99c..b2af681a6 100644 --- a/src/Explorer/Tables/Utilities.ts +++ b/src/Explorer/Tables/Utilities.ts @@ -1,4 +1,3 @@ - /** * [Todo] disable any type of file. */ @@ -18,7 +17,7 @@ export function guid() { return Math.floor((1 + Math.random()) * 0x10000) .toString(16) .substring(1); - } + }; return s4() + s4() + "-" + s4() + "-" + s4() + "-" + s4() + "-" + s4() + s4() + s4(); }