diff --git a/lua/custom/snippets/python.lua b/lua/custom/snippets/python.lua index 93626a1..b198e43 100644 --- a/lua/custom/snippets/python.lua +++ b/lua/custom/snippets/python.lua @@ -66,9 +66,9 @@ ls.add_snippets("python", { s({ trig = "logevent", dscr = "Import necessary logging utils" }, fmt( [[ - _log.{}('{}' * 60)) + _log.{}('{}' * 60) _log.{}({}) - _log.{}('{}' * 60)) + _log.{}('{}' * 60) ]], { c(1, { t "error", t "warning", t "info" }),