Skip to content

Commit 60b920d

Browse files
committed
tabs
1 parent 4d406b1 commit 60b920d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/hub/scripts/build-xet-wasm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ echo "export const wasmBase64 = atob(\`" >> "./src/vendor/xet-chunk/chunker_wasm
229229
base64 "$CLONE_DIR/$PACKAGE/pkg/hf_xet_thin_wasm_bg.wasm" | fold -w 100 >> "./src/vendor/xet-chunk/chunker_wasm_bg.wasm.base64.ts"
230230
cat << 'EOF' >> "./src/vendor/xet-chunk/chunker_wasm_bg.wasm.base64.ts"
231231
`)
232-
.trim()
233-
.replaceAll("\n", "");
232+
.trim()
233+
.replaceAll("\n", "");
234234
const wasmBinary = new Uint8Array(wasmBase64.length);
235235
for (let i = 0; i < wasmBase64.length; i++) {
236236
wasmBinary[i] = wasmBase64.charCodeAt(i);

0 commit comments

Comments
 (0)