Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Mar 31, 2023
1 parent 234f42b commit 0823e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/obsidian/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ end

---Helper function to convert a table with the list of table_params
---into a single string with params separated by spaces
---@param table_params a table with the list of params
---@return a single string with params separated by spaces
---@param table_params table a table with the list of params
---@return string a single string with params separated by spaces
util.table_params_to_str = function(table_params)
local s = ""
for _, param in ipairs(table_params) do
Expand Down

0 comments on commit 0823e60

Please sign in to comment.