Skip to content

Commit

Permalink
πŸ€– 🎨 Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru authored and github-actions[bot] committed Dec 13, 2024
1 parent 9760b93 commit 90bfa3d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/tdf3/src/tdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ import {
SplitType,
} from './models/index.js';
import { base64 } from '../../src/encodings/index.js';
import {
ZipReader,
ZipWriter,
keyMerge,
buffToString,
concatUint8,
} from './utils/index.js';
import { ZipReader, ZipWriter, keyMerge, buffToString, concatUint8 } from './utils/index.js';
import { Binary } from './binary.js';
import { KasPublicKeyAlgorithm, KasPublicKeyInfo, OriginAllowList } from '../../src/access.js';
import { allPool, anyPool } from '../../src/concurrency.js';
Expand Down

0 comments on commit 90bfa3d

Please sign in to comment.