Skip to content

Commit d6ff3d9

Browse files
antonpk1claude
andcommitted
fix: format cohort-heatmap-server console.log line
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e516b28 commit d6ff3d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/cohort-heatmap-server/server.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ async function main() {
241241
});
242242

243243
const httpServer = app.listen(PORT, () => {
244-
console.log(`Cohort Heatmap Server listening on http://localhost:${PORT}/mcp`);
244+
console.log(
245+
`Cohort Heatmap Server listening on http://localhost:${PORT}/mcp`,
246+
);
245247
});
246248

247249
function shutdown() {

0 commit comments

Comments
 (0)