Skip to content

Commit

Permalink
use ? instead of nil
Browse files Browse the repository at this point in the history
Co-authored-by: Price Hiller <[email protected]>
  • Loading branch information
seanbreckenridge and PriceHiller authored Jun 2, 2024
1 parent ced3f1c commit b873197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-ts-autotag/config/plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b873197

Please sign in to comment.