Skip to content

Commit c898cb9

Browse files
committed
Fix import ordering
1 parent ff98043 commit c898cb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/dependency-caching.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/dependency-caching.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dependency-caching.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import * as glob from "@actions/glob";
66

77
import { getTotalCacheSize } from "./caching-utils";
88
import { Config } from "./config-utils";
9+
import { EnvVar } from "./environment";
910
import { Language } from "./languages";
1011
import { Logger } from "./logging";
1112
import { getRequiredEnvParam } from "./util";
12-
import { EnvVar } from "./environment";
1313

1414
/**
1515
* Caching configuration for a particular language.

0 commit comments

Comments
 (0)