There was an error while loading. Please reload this page.
1 parent 346b9e2 commit 1cc4e2cCopy full SHA for 1cc4e2c
1 file changed
packages/sh/src/index.ts
@@ -97,8 +97,7 @@ const dockerfileParser: Parser<string> = {
97
}
98
99
let formatDockerfileContents_:
100
- | typeof import('@reteps/dockerfmt').formatDockerfileContents
101
- | undefined
+ typeof import('@reteps/dockerfmt').formatDockerfileContents | undefined
102
103
const getFormatDockerfileContents = async () => {
104
if (!formatDockerfileContents_) {
0 commit comments