Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 25, 2023
1 parent b632c3c commit 6648f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as path from 'path';

import * as core from '@actions/core';
import * as openpgp from 'openpgp';
import { request } from 'undici';
import {request} from 'undici';

import {
getBaseUrl,
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as core from '@actions/core';
import { request } from 'undici';
import {request} from 'undici';

const versionInfo = async (
platform: string,
Expand Down

0 comments on commit 6648f2a

Please sign in to comment.