Skip to content

Commit 8178c89

Browse files
committed
ci: format
1 parent f65cdbc commit 8178c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ let store = { ...process.env };
1717

1818
module.exports = Object
1919
.create({
20-
async _mergeSecrets_({ fetcherFunc }) {
20+
async _mergeSecrets_ ({ fetcherFunc }) {
2121
const secret = await fetcherFunc();
2222
store = { ...store, ...secret };
23-
return this;
23+
return this;
2424
},
2525
/**
2626
* @description Fetches an IP address from the environment. If the value found under the specified key is not a valid IPv4

0 commit comments

Comments
 (0)