mirror of
https://github.com/actions/setup-python.git
synced 2026-01-20 21:08:54 +08:00
format code
This commit is contained in:
parent
0572342a8a
commit
0e54e8df71
3 changed files with 8 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ import * as exec from '@actions/exec';
|
|||
import * as core from '@actions/core';
|
||||
|
||||
import CacheDistributor from './cache-distributor';
|
||||
import { logWarning } from '../utils';
|
||||
import {logWarning} from '../utils';
|
||||
|
||||
class PoetryCache extends CacheDistributor {
|
||||
constructor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue