Skip to content

Commit 85a4343

Browse files
committed
Whitespace.
1 parent 5783730 commit 85a4343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports.buildDashDocSet = function (input) {
6868
method.tags.property.forEach(function (property) {
6969

7070
db.run('INSERT OR IGNORE INTO searchIndex(name, type, path) VALUES ($name, $type, $path);', {
71-
$name: method.name+'.'+property.name,
71+
$name: method.name + '.' + property.name,
7272
$type: 'Property',
7373
$path: method.uid + '.html#//apple_ref/cpp/Property/' + property.name
7474
});

0 commit comments

Comments
 (0)