Skip to content

Commit b69d759

Browse files
committed
import at correct line
1 parent 72d41d3 commit b69d759

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/common.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import type {
88
CryptoEngineAlgorithmParams,
99
ICryptoEngine
1010
} from "./CryptoEngine/CryptoEngineInterface";
11-
import {CryptoEngine} from "./CryptoEngine/CryptoEngine";
1211
import {ArgumentError} from "./errors";
1312

1413
//#region Crypto engine related function
@@ -420,4 +419,6 @@ function bufferToBigInt(buffer: ArrayBuffer): bigint {
420419
const hex = "0x" + Convert.ToHex(buffer);
421420
return BigInt(hex);
422421
}
423-
//#endregion
422+
423+
//#endregion
424+
import {CryptoEngine} from "./CryptoEngine/CryptoEngine";

0 commit comments

Comments
 (0)