Skip to content

Commit

Permalink
Fixed indentation, maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonproulxFIRST committed Sep 29, 2020
1 parent f322eb5 commit db82e33
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 @@ -48,7 +48,7 @@ public class ContextBlock : IBlock
}
public class HeaderBlock : IBlock
{
public string type { get; } = BlockTypes.Header;
public string type { get; } = BlockTypes.Header;
public Text text { get; set; }
public string block_id { get; set; }
}
Expand Down

0 comments on commit db82e33

Please sign in to comment.