Skip to content

Commit b0939a6

Browse files
committed
prettify
1 parent 05dc4db commit b0939a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/inject.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,12 @@ async function injectAllRequirements(funcArtifact) {
153153
return this.options.zip
154154
? func
155155
: injectRequirements(
156-
path.join(this.serverless.serviceDir, '.serverless', func.module, 'requirements'),
156+
path.join(
157+
this.serverless.serviceDir,
158+
'.serverless',
159+
func.module,
160+
'requirements'
161+
),
157162
func.package.artifact,
158163
injectionRelativePath,
159164
this.options

0 commit comments

Comments
 (0)