Skip to content

Commit acb1ca5

Browse files
committed
Fix lint
1 parent 76309ad commit acb1ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sandbox/pm-require.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function createPostmanRequire (fileCache, scope) {
172172
scope.unset(MODULE_KEY);
173173

174174
return moduleObj.exports;
175-
};
175+
}
176176

177177
return postmanRequire;
178178
}

0 commit comments

Comments
 (0)