Skip to content

Commit

Permalink
fix: add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Feb 27, 2024
1 parent 59bbae7 commit 1f8db39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export type RelayTransactionResponse = {
export type RelayCountResponse = {
remaining: number;

Check failure on line 13 in src/types/relay.ts

View workflow job for this annotation

GitHub Actions / ESLint Results

prettier/prettier

Replace `····remaining:·number;` with `··remaining:·number`
limit: number;

Check failure on line 14 in src/types/relay.ts

View workflow job for this annotation

GitHub Actions / ESLint Results

prettier/prettier

Replace `····limit:·number;` with `··limit:·number`
}
}

0 comments on commit 1f8db39

Please sign in to comment.