fix(style): add parentheses (#471)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
@@ -33,10 +33,10 @@ function source:complete(_, callback)
|
||||
})
|
||||
end
|
||||
|
||||
callback {
|
||||
callback({
|
||||
items = items,
|
||||
isIncomplete = false,
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
return source
|
||||
|
||||
Reference in New Issue
Block a user