Skip to content

Commit 1617f4d

Browse files
committed
Whitespace fix for prettier
Signed-off-by: Ken Bannister <[email protected]>
1 parent e6289fc commit 1617f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dockerfile/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function process(
3333
return line[0] !== '#'
3434
? lodash.template(line, { interpolate: /%%([A-Z][A-Z_]+)%%/ })(
3535
variables,
36-
)
36+
)
3737
: line;
3838
})
3939
.join('\n');

0 commit comments

Comments
 (0)