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 5fbe9aa commit a641c3a
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 @@ -57,7 +57,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 a641c3a

Please sign in to comment.