From 19646d696e6c80faf3c65e99c6acbdc165f122c8 Mon Sep 17 00:00:00 2001 From: Tal Kol Date: Sun, 8 May 2022 10:54:17 +0100 Subject: [PATCH] Prettier --- build/_setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/_setup.ts b/build/_setup.ts index 0d7067e..86883b5 100644 --- a/build/_setup.ts +++ b/build/_setup.ts @@ -17,4 +17,4 @@ if (fs.existsSync("/app/.glitchdotcom.json")) { child_process.execSync(`wget https://github.com/ton-defi-org/ton-binaries/releases/download/fiftlib/fiftlib.zip -P ./bin`); child_process.execSync(`unzip ./bin/fiftlib.zip -d ./bin/fiftlib`); } -} \ No newline at end of file +}