Skip to content

Commit 5600ce6

Browse files
🤖 chore: Lint source files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/3eb37da7d78b30a6f28492864d065b8d8043ab23/src/transforms/sources:initial-lint.js Please contact the author of the transform if you believe there was an error.
1 parent 443824d commit 5600ce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/src/decode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import test from 'ava';
22
import {range} from '@iterable-iterator/range';
33

4-
import {decode, Base16DecodeError, byte2pair} from '#module';
54
import {CodecError} from './_fixtures.js';
5+
import {decode, Base16DecodeError, byte2pair} from '#module';
66

77
function success(t, bytes, options, expected) {
88
const string = decode(bytes, options);

test/src/encode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import test from 'ava';
22
import {range} from '@iterable-iterator/range';
33

4-
import {encode, Base16EncodeError, byte2pair} from '#module';
54
import {CodecError} from './_fixtures.js';
5+
import {encode, Base16EncodeError, byte2pair} from '#module';
66

77
function success(t, string, options, expected) {
88
const bytes = encode(string, options);

0 commit comments

Comments
 (0)