From 8a76adfca7249d6bb6784208d1b3dcdda64ef42e Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 27 Sep 2023 08:02:36 +0300 Subject: [PATCH] fmt --- jfrog/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfrog/main.test.ts b/jfrog/main.test.ts index 7a797b6..82ad38b 100644 --- a/jfrog/main.test.ts +++ b/jfrog/main.test.ts @@ -3,7 +3,7 @@ import { describe } from "bun:test"; import { createJSONResponse, runTerraformInit, - testRequiredVariables + testRequiredVariables, } from "../test"; describe("jfrog", async () => {