Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 8ba8f82

Browse files
committed
Add missing ;
1 parent 756c48d commit 8ba8f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/workers/api_sample_request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function postProcess(parsedFiles, filenames, preProcess, packageInfos) {
3535
if (block.local.url.length >= 4 && block.local.url.substr(0, 4).toLowerCase() !== 'http') {
3636
url = packageInfos.sampleUrl + block.local.url;
3737
} else {
38-
url = block.local.url
38+
url = block.local.url;
3939
}
4040

4141
block.local[targetName] = [{

0 commit comments

Comments
 (0)