Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Nov 22, 2024
1 parent 676fe86 commit 33a73a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cli/scripts/content/connectNodes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { HttpClient } from 'jayson/promise';
import type { HttpClient } from 'jayson/promise'
import { Client } from 'jayson/promise'
import yargs from 'yargs'
import { hideBin } from 'yargs/helpers'
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/scripts/content/requestContent.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { HttpClient } from 'jayson/promise';
import type { HttpClient } from 'jayson/promise'
import { Client } from 'jayson/promise'
import yargs from 'yargs'
import { hideBin } from 'yargs/helpers'
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/scripts/content/seedContent.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { HttpClient } from 'jayson/promise';
import type { HttpClient } from 'jayson/promise'
import { Client } from 'jayson/promise'
import yargs from 'yargs'
import { hideBin } from 'yargs/helpers'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { VERSION } from '../Utils/constants.js'

import { SelectiveAckHeaderExtension } from './Extensions.js'

import type { Uint16, Uint32, Uint8 } from '../index.js'
import type { Uint8, Uint16, Uint32 } from '../index.js'
import type {
HeaderInput,
ISelectiveAckHeaderInput,
Expand Down

0 comments on commit 33a73a8

Please sign in to comment.