fix: whitespace

This commit is contained in:
Tom Hu 2024-07-16 16:36:35 +02:00
parent 51e4bb0297
commit 20724b9767
No known key found for this signature in database
GPG key ID: 79155678363963D2
3 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
import * as core from '@actions/core';
import {Agent, MockAgent, setGlobalDispatcher} from 'undici';
import versionInfo from './version';
const mockAgent = new MockAgent();