mirror of
https://github.com/actions/cache.git
synced 2025-09-13 04:41:37 +08:00
Fixed formatting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { StateProvider } from "./stateProvider";
|
||||
import restoreImpl from "./restoreImpl";
|
||||
import { StateProvider } from "./stateProvider";
|
||||
|
||||
async function run(): Promise<void> {
|
||||
await restoreImpl(new StateProvider());
|
||||
|
Reference in New Issue
Block a user