Skip to content

Commit edf3c84

Browse files
committed
refactor(*): lint
1 parent 374cfcb commit edf3c84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/nuts/src/core/definitions/nuts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { BlobType } from '@sirutils/core'
21
import type { Duplex } from 'node:stream'
2+
import type { BlobType } from '@sirutils/core'
33

44
import type { createNuts } from '../plugin/create'
55
import type { NutsTags } from '../tag'

packages/nuts/src/transport-nats/plugin/create.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { createLogger, createPlugin } from '@sirutils/core'
22

3+
import { connect } from 'nats'
34
import { natsTags } from '../tag'
45
import { transportApiActions } from './internal/api'
5-
import { connect } from 'nats'
66

77
export const createNats = createPlugin<Sirutils.Nuts.Nats.Options, Sirutils.Nuts.Nats.BaseApi>(
88
{

packages/nuts/test/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createLogger, ProjectError, unwrap } from '@sirutils/core'
1+
import { ProjectError, createLogger, unwrap } from '@sirutils/core'
22

33
import { createNuts } from '../src/core'
44
import { createCbor } from '../src/serializer-cbor'

0 commit comments

Comments
 (0)