Skip to content

Commit 750e492

Browse files
committed
fix formatting
1 parent 90d3e5f commit 750e492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/obsidian/util.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -1341,12 +1341,12 @@ util.buffer_is_empty = function(bufnr)
13411341
end
13421342
end
13431343

1344-
---Check if a string is not converted to Nan
1344+
---Check if a string is NaN
13451345
---
13461346
---@param v any
13471347
---@return boolean
1348-
util.isNan = function (v)
1349-
return tostring(v) == tostring(0 / 0)
1348+
util.isNan = function(v)
1349+
return tostring(v) == tostring(0 / 0)
13501350
end
13511351

13521352
return util

0 commit comments

Comments
 (0)