Skip to content

Commit

Permalink
Please work, indentations?
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonproulxFIRST committed Sep 29, 2020
1 parent db82e33 commit db77b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SlackAPI/Block.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit db77b88

Please sign in to comment.