Remove empty line

This commit is contained in:
Beth Brennan
2023-03-07 16:55:22 -05:00
parent de09e8771a
commit e1505ed143
@@ -51,7 +51,6 @@ export async function getSecrets(
const secrets = await getRemoteSecrets(octokit, cache, repo, environmentName);
// Build combined map of secrets
const secretsMap = new Map<
string,