Skip to content

Commit f6344b2

Browse files
committed
prettier
1 parent d34bdc9 commit f6344b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
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)