use ? instead of nil

Co-authored-by: Price Hiller <price@orion-technologies.io>
This commit is contained in:
seanbreckenridge 2024-06-01 20:28:48 -07:00 committed by GitHub
parent ced3f1c780
commit b873197cc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,7 +141,7 @@ local Setup = {
}
--- Do general plugin setup
---@param opts nvim-ts-autotag.PluginSetup|nil
---@param opts nvim-ts-autotag.PluginSetup?
function Setup.setup(opts)
opts = opts or {}
if Setup.did_setup then