Skip to content

Commit 1cc4e2c

Browse files
committed
chore: update formatting in packages/sh/src/index.ts
1 parent 346b9e2 commit 1cc4e2c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/sh/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ const dockerfileParser: Parser<string> = {
9797
}
9898

9999
let formatDockerfileContents_:
100-
| typeof import('@reteps/dockerfmt').formatDockerfileContents
101-
| undefined
100+
typeof import('@reteps/dockerfmt').formatDockerfileContents | undefined
102101

103102
const getFormatDockerfileContents = async () => {
104103
if (!formatDockerfileContents_) {

0 commit comments

Comments
 (0)