refactor: use {t} format specifiers
This commit is contained in:
parent
76f23b0824
commit
090d27d890
8 changed files with 19 additions and 21 deletions
|
|
@ -1971,7 +1971,7 @@ fn show_or_log_message(self: *Self, operation: enum { show, log }, params_cb: []
|
|||
if (type_ <= 2)
|
||||
self.logger_lsp.err_msg("lsp", msg)
|
||||
else
|
||||
self.logger_lsp.print("{s}: {s}", .{ @tagName(operation), msg });
|
||||
self.logger_lsp.print("{t}: {s}", .{ operation, msg });
|
||||
}
|
||||
|
||||
pub fn show_notification(self: *Self, method: []const u8, params_cb: []const u8) !void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue