mirror of
https://github.com/actions/setup-java.git
synced 2025-07-08 14:00:51 +00:00
ran npm run format
This commit is contained in:
parent
0c1694f6f7
commit
ceadfc3789
@ -87,7 +87,7 @@ describe('isGhes', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
jest.resetModules();
|
||||
process.env = { ...pristineEnv };
|
||||
process.env = {...pristineEnv};
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user