Skip to content

Commit

Permalink
Whitespace fix for prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Bannister <[email protected]>
  • Loading branch information
kb2ma committed Feb 2, 2024
1 parent e6289fc commit 1617f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dockerfile/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function process(
return line[0] !== '#'
? lodash.template(line, { interpolate: /%%([A-Z][A-Z_]+)%%/ })(
variables,
)
)
: line;
})
.join('\n');
Expand Down

0 comments on commit 1617f4d

Please sign in to comment.