Skip to content

Commit 93fb138

Browse files
committed
admin: style fix (#4356)
1 parent 944cbbc commit 93fb138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/utils/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { decodeBase64, encodeBase64 } from "./base64.js";
2121
import { hexlify } from "./data.js";
2222
import { assert, assertArgument } from "./errors.js";
2323
import { defineProperties } from "./properties.js";
24-
import { toUtf8Bytes, toUtf8String } from "./utf8.js"
24+
import { toUtf8Bytes, toUtf8String } from "./utf8.js";
2525

2626
import { createGetUrl } from "./geturl.js";
2727

0 commit comments

Comments
 (0)