Skip to content

Commit dedd2dc

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent 7a23ec5 commit dedd2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util/test/base64.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { base64Encode, base64Decode } from '../src/crypt';
1818

1919
describe('base64', () => {
2020
it('bijective', () => {
21-
let cases = [ '$', '¢', '€', '𐍈' ]; // 1, 2, 3, and 4 byte characters
21+
let cases = ['$', '¢', '€', '𐍈']; // 1, 2, 3, and 4 byte characters
2222
cases.forEach(str => {
2323
assert.strictEqual(base64Decode(base64Encode(str)), str);
2424
});

0 commit comments

Comments
 (0)