Skip to content

Commit

Permalink
chore: deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Oct 7, 2024
1 parent 9ada817 commit 0c37ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: clone repository
uses: actions/checkout@v4

- name: install Rust
uses: dtolnay/rust-toolchain@stable

Expand All @@ -22,12 +22,12 @@ jobs:
uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.version }}

- name: format
run: |
cargo fmt -- --check
deno fmt --check
- name: lint
run: |
cargo clippy --locked --release --all-features --all-targets
Expand Down
2 changes: 1 addition & 1 deletion lib/nocuous.generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// deno-fmt-ignore-file
/// <reference types="./nocuous.generated.d.ts" />

// source-hash: 3c5dc89a98a1e2719fce7ed1ed5eeae612ebcfea
// source-hash: 761ce91bffc95fee1df1c671444b2ec475ac40b1
let wasm;

const heap = new Array(128).fill(undefined);
Expand Down

0 comments on commit 0c37ba5

Please sign in to comment.