Skip to content

Commit

Permalink
admin: style fix (#4356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 11, 2023
1 parent 944cbbc commit 93fb138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/utils/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { decodeBase64, encodeBase64 } from "./base64.js";
import { hexlify } from "./data.js";
import { assert, assertArgument } from "./errors.js";
import { defineProperties } from "./properties.js";
import { toUtf8Bytes, toUtf8String } from "./utf8.js"
import { toUtf8Bytes, toUtf8String } from "./utf8.js";

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

Expand Down

0 comments on commit 93fb138

Please sign in to comment.