Skip to content

Commit

Permalink
Remove extra semicolon from import statement in panel_refresh_control…
Browse files Browse the repository at this point in the history
…ler.js
  • Loading branch information
gabrielgiroe1 committed Feb 6, 2024
1 parent bc2d8de commit 2651454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Controller } from "@hotwired/stimulus";
import { Controller } from '@hotwired/stimulus'

export default class extends Controller {

Check failure on line 3 in app/javascript/js/controllers/fields/panel_refresh_controller.js

View workflow job for this annotation

GitHub Actions / lint / runner / eslint

[eslint] reported by reviewdog 🐶 Block must not be padded by blank lines. Raw Output: {"ruleId":"padded-blocks","severity":2,"message":"Block must not be padded by blank lines.","line":3,"column":41,"nodeType":"ClassBody","fix":{"range":[90,92],"text":"\n"}}

Expand Down

0 comments on commit 2651454

Please sign in to comment.