Skip to content

Commit

Permalink
refactor: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun0157 committed Jun 8, 2024
1 parent 8a25edc commit 64a99bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variableParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function replaceEnvironmentVariables(vars: Variables): Variables {
export function loadVariables(
envName: string | undefined,
bundleContent: string | undefined,
varFileContents: string[]
varFileContents: string[],
): Variables {
if (!envName) return {};

Expand Down

0 comments on commit 64a99bb

Please sign in to comment.