Skip to content

Commit

Permalink
style: format code with Prettier and StandardJS
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
  • Loading branch information
deepsource-autofix[bot] authored Nov 10, 2023
1 parent 4537e1a commit 9ca7b13
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 9ca7b13

Please sign in to comment.