Skip to content

Commit 322459f

Browse files
committed
```
1 parent e1d8841 commit 322459f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/robusta/integrations/slack/sender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def __to_slack_table(self, block: TableBlock):
195195
table_rows.append(f"● {row[0]} `{row[1]}`")
196196

197197
table_str = "\n".join(table_rows)
198-
table_str = f"{block.table_name} \n{table_str}"
198+
table_str = f"{block.table_name} \n```\n{table_str}\n```"
199199
return self.__to_slack_markdown(MarkdownBlock(table_str))
200200

201201
return self.__to_slack_markdown(block.to_markdown())

0 commit comments

Comments
 (0)