From 9ca7b13baa3d0eff1505738bead5c8bc98d066fa Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:07:52 +0000 Subject: [PATCH] style: format code with Prettier and StandardJS This commit fixes the style issues introduced in 4537e1a according to the output from Prettier and StandardJS. Details: None --- 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()