Skip to content

Commit d3006e2

Browse files
committed
Fix formatting
1 parent 4794c85 commit d3006e2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/token.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import type { webcrypto } from "node:crypto";
2-
import type {
3-
TenantTokenGeneratorOptions,
4-
TokenSearchRules,
5-
} from "./types.js";
2+
import type { TenantTokenGeneratorOptions, TokenSearchRules } from "./types.js";
63

74
function getOptionsWithDefaults(options: TenantTokenGeneratorOptions) {
85
const {

tests/localized_attributes.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ import {
66
expect,
77
test,
88
} from "vitest";
9-
import {
10-
ErrorStatusCode,
11-
type LocalizedAttributes,
12-
} from "../src/types.js";
9+
import { ErrorStatusCode, type LocalizedAttributes } from "../src/types.js";
1310
import {
1411
clearAllIndexes,
1512
config,

0 commit comments

Comments
 (0)