remove semicolons (#1035)
This commit is contained in:
committed by
GitHub
parent
1b8757e530
commit
9ec710e338
@@ -15,7 +15,7 @@ local M = {}
|
||||
|
||||
function M.focus()
|
||||
M.open()
|
||||
view.focus();
|
||||
view.focus()
|
||||
end
|
||||
|
||||
---@deprecated
|
||||
|
||||
Reference in New Issue
Block a user