From db77b88d52e895386f83ef725f4cc9c0e2eef938 Mon Sep 17 00:00:00 2001 From: Jason Proulx Date: Tue, 29 Sep 2020 10:40:03 -0400 Subject: [PATCH] Please work, indentations? --- SlackAPI/Block.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlackAPI/Block.cs b/SlackAPI/Block.cs index 7a53873..4fd670f 100644 --- a/SlackAPI/Block.cs +++ b/SlackAPI/Block.cs @@ -50,7 +50,7 @@ public class HeaderBlock : IBlock { public string type { get; } = BlockTypes.Header; public Text text { get; set; } - public string block_id { get; set; } + public string block_id { get; set; } } public class Text : IElement {