Skip to content

Commit

Permalink
Resolve Prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavik001 committed Dec 9, 2023
1 parent 7916219 commit d753be9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Run Prettier check
run: npx prettier --check .


lint:
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion client-data/js/board.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* @licend
*/
const Minitpl = require('./minitpl')
const Minitpl = require("./minitpl");
var Tools = {};

Tools.i18n = (function i18n() {
Expand Down

0 comments on commit d753be9

Please sign in to comment.