Skip to content

Commit

Permalink
Revert misc. changes in formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Jan 13, 2023
1 parent d268610 commit 7331550
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/extensions/emulator/optionsHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ export function getSecretEnvVars(
}

// Exported for testing
/**
*
*/
export function getParams(options: any, extensionSpec: ExtensionSpec) {
const projectId = needProjectId(options);
const userParams = paramHelper.readEnvFile(options.testParams);
Expand Down
6 changes: 0 additions & 6 deletions src/extensions/emulator/specHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ export function readFileFromDirectory(
});
}

/**
*
*/
export function getFunctionResourcesWithParamSubstitution(
extensionSpec: ExtensionSpec,
params: { [key: string]: string }
Expand All @@ -92,9 +89,6 @@ export function getFunctionResourcesWithParamSubstitution(
return substituteParams<Resource[]>(rawResources, params);
}

/**
*
*/
export function getFunctionProperties(resources: Resource[]) {
return resources.map((r) => r.properties);
}
Expand Down

0 comments on commit 7331550

Please sign in to comment.