remove semicolons (#1035)

This commit is contained in:
Andreas Bissinger
2022-03-01 19:57:05 +01:00
committed by GitHub
parent 1b8757e530
commit 9ec710e338
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ local M = {}
function M.focus()
M.open()
view.focus();
view.focus()
end
---@deprecated