Skip to content

Commit 3b29cab

Browse files
committed
style(util): 💄 run Prettier
1 parent 482281e commit 3b29cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/buffers/strings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {bufferToUint8Array} from "./bufferToUint8Array";
1+
import {bufferToUint8Array} from './bufferToUint8Array';
22

33
export const ascii = (txt: TemplateStringsArray | string | [string]): Uint8Array => {
44
if (typeof txt === 'string') return ascii([txt]);

0 commit comments

Comments
 (0)