Skip to content

Commit

Permalink
removing wasm pkg from end-of-file-fixer pre-commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz-lvj committed Sep 28, 2024
1 parent 1551d25 commit 8c47e43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: \.cairo$
exclude: (\.cairo$|^tools/npm/garaga_ts/src/wasm/pkg/)
- id: check-yaml
- id: check-toml
- repo: https://github.com/psf/black
Expand Down
2 changes: 1 addition & 1 deletion tools/npm/garaga_ts/src/wasm/pkg/garaga_rs_bg.wasm.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
declare const wasm_module_base64: string;
export default wasm_module_base64;
export default wasm_module_base64;
2 changes: 1 addition & 1 deletion tools/npm/garaga_ts/src/wasm/pkg/garaga_rs_bg.wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/npm/garaga_ts/src/wasm/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"sideEffects": [
"./snippets/*"
]
}
}

0 comments on commit 8c47e43

Please sign in to comment.