Skip to content

Commit

Permalink
[pre-commit.ci] Fixing issues with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 4, 2024
1 parent c4b6591 commit 5225143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/smithereens/pkg/smithereens.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* tslint:disable */

/**
* @param {Peptidoglycan} precursor
* @returns {string}
Expand Down
2 changes: 1 addition & 1 deletion web/smithereens/pkg/smithereens_bg.wasm.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* tslint:disable */

export const memory: WebAssembly.Memory;
export function __wbg_peptidoglycan_free(a: number): void;
export function peptidoglycan_new(a: number, b: number, c: number): void;
Expand Down

0 comments on commit 5225143

Please sign in to comment.