Skip to content

Commit abe8faf

Browse files
authored
chore: format
1 parent 22a5ea5 commit abe8faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/secretManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export function mockSecretManager(conf: { [key: string]: any }) {
33
for (const [key, value] of Object.entries(conf)) {
44
process.env[key] = value;
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)