Skip to content

Commit

Permalink
style: fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <[email protected]>
  • Loading branch information
genaris committed Aug 17, 2023
1 parent b90e53f commit b473ed5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wrappers/javascript/aries-askar-nodejs/src/ffi/conversion.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { ByteBufferType, EncryptedBufferType } from './structures'
import type { TypedArray } from 'ref-array-di'
import type { Pointer } from '@2060.io/ref-napi'
import type { TypedArray } from 'ref-array-di'

import { EncryptedBuffer } from '@hyperledger/aries-askar-shared'
import { reinterpret } from '@2060.io/ref-napi'
import { EncryptedBuffer } from '@hyperledger/aries-askar-shared'

import { ByteBufferStruct } from './structures'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ByteBufferStruct, SecretBufferStruct } from './structures'

import { Key, ArcHandle, StoreHandle, SessionHandle, ScanHandle, Jwk } from '@hyperledger/aries-askar-shared'
import { NULL } from '@2060.io/ref-napi'
import { Key, ArcHandle, StoreHandle, SessionHandle, ScanHandle, Jwk } from '@hyperledger/aries-askar-shared'

import { uint8arrayToByteBufferStruct } from './conversion'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import refArray from 'ref-array-di'
import { default as ref, refType } from '@2060.io/ref-napi'
import refArray from 'ref-array-di'
import refStruct from 'ref-struct-di'

import { FFI_INT32, FFI_INT64, FFI_UINT8 } from './primitives'
Expand Down

0 comments on commit b473ed5

Please sign in to comment.