Skip to content

Commit 1a32bcc

Browse files
committed
Fix linting errors
1 parent 6c764cd commit 1a32bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/errors/test/error.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { expect, test } from 'vitest';
22

33
import {
4-
isCodamaError,
54
CODAMA_ERROR__UNEXPECTED_NODE_KIND,
65
CODAMA_ERROR__UNRECOGNIZED_NODE_KIND,
76
CodamaError,
7+
isCodamaError,
88
} from '../src';
99

1010
test('it exposes the Codama error context', () => {

packages/errors/test/error.typetest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { PublicKeyTypeNode } from '@codama/node-types';
22

3-
import { isCodamaError, CodamaError, CodamaErrorCode } from '../src';
3+
import { CodamaError, CodamaErrorCode, isCodamaError } from '../src';
44
import * as CodamaErrorCodeModule from '../src/codes';
55
import { CodamaErrorContext } from '../src/context';
66

0 commit comments

Comments
 (0)