Skip to content

Commit

Permalink
style: format code with Prettier and StandardJS (#29)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
deepsource-autofix[bot] committed Nov 10, 2023
1 parent 4537e1a commit 57c5f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { createBadgeFromInputs } from "github-badge-action";
import { createBadgeFromInputs } from 'github-badge-action'

createBadgeFromInputs();
createBadgeFromInputs()

0 comments on commit 57c5f97

Please sign in to comment.