🎨 style(provider): restore trailing newlines

This commit is contained in:
csh
2025-12-21 22:23:42 +08:00
parent 2c1c1d8a88
commit d2d3d9eb48
74 changed files with 74 additions and 74 deletions
@@ -42,4 +42,4 @@ namespace lsp::provider
bool cancelled = scheduler.Cancel(id_to_cancel);
spdlog::debug("Cancel request {} {}", id_to_cancel, cancelled ? "succeeded" : "not found");
}
}
}