mirror of
https://github.com/actions/labeler
synced 2026-05-07 11:51:01 +02:00
build
This commit is contained in:
4
node_modules/spdx-expression-parse/scan.js
generated
vendored
4
node_modules/spdx-expression-parse/scan.js
generated
vendored
@@ -70,14 +70,14 @@ module.exports = function (source) {
|
||||
function documentRef () {
|
||||
if (read('DocumentRef-')) {
|
||||
var string = expectIdstring()
|
||||
return {type: 'DOCUMENTREF', string: string}
|
||||
return { type: 'DOCUMENTREF', string: string }
|
||||
}
|
||||
}
|
||||
|
||||
function licenseRef () {
|
||||
if (read('LicenseRef-')) {
|
||||
var string = expectIdstring()
|
||||
return {type: 'LICENSEREF', string: string}
|
||||
return { type: 'LICENSEREF', string: string }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user