From 1a5ff2845e189d92f156840fff11040569a7255f Mon Sep 17 00:00:00 2001 From: Bala Lakshmi Narayanasami Date: Wed, 29 Jun 2022 11:16:39 +0530 Subject: [PATCH] Format fix --- src/Explorer/Explorer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index d2bcd3d67..5b9fb2e90 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -21,7 +21,7 @@ import { ContainerConnectionInfo, IPhoenixConnectionInfoResult, IProvisionData, - IResponse + IResponse, } from "../Contracts/DataModels"; import * as ViewModels from "../Contracts/ViewModels"; import { GitHubOAuthService } from "../GitHub/GitHubOAuthService";