Skip to content

Commit

Permalink
Missing type annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 20, 2024
1 parent f5c18b3 commit b9d24b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lean/abbreviations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ local abbreviations = {}
local _MEMOIZED = nil

---Load the Lean abbreviations as a Lua table.
---@return { [string]: string } abbreviations
function abbreviations.load()
if _MEMOIZED ~= nil then
return _MEMOIZED
Expand Down

0 comments on commit b9d24b0

Please sign in to comment.