Skip to content

Commit 41a49cc

Browse files
committed
prettier
1 parent c35dc06 commit 41a49cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ class ServerlessPythonRequirements {
159159
// later to access the artifact path.
160160
for (const functionName in this.serverless.service.functions) {
161161
if (!serverless.service.functions[functionName].package) {
162-
serverless.service.functions[functionName].package = {}
162+
serverless.service.functions[functionName].package = {};
163163
}
164164
}
165-
}
165+
};
166166

167167
const before = () => {
168168
if (!isFunctionRuntimePython(arguments)) {

0 commit comments

Comments
 (0)