Skip to content

Commit

Permalink
Run the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Sep 29, 2023
1 parent aee063a commit a6fe1b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/js/worker_js.ml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ let main worker_id content =
end
| Some r ->
let b,e = r.loc in
(r.name,b.Lexing.pos_lnum,e.Lexing.pos_lnum,!nb,Worker_interface.Used)
(r.name,b.Lexing.pos_lnum,e.Lexing.pos_lnum,!nb,
Worker_interface.Used)
:: acc
) tbl []
in
Expand Down

0 comments on commit a6fe1b9

Please sign in to comment.