From 57c5f9752d07e22d44c129fabc6a91b082d3a3a2 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:19:31 +0100 Subject: [PATCH] style: format code with Prettier and StandardJS (#29) This commit fixes the style issues introduced in 4537e1a according to the output from Prettier and StandardJS. Details: None Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index f3f164c..26c8599 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,3 @@ -import { createBadgeFromInputs } from "github-badge-action"; +import { createBadgeFromInputs } from 'github-badge-action' -createBadgeFromInputs(); +createBadgeFromInputs()