Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pieper-personio committed Feb 2, 2024
1 parent cd8ca23 commit bc6223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block_rich_text_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func TestRichTextList_UnmarshalJSON(t *testing.T) {
[]byte(`{"type": "rich_text_list","elements":[],"indent":2}`),
RichTextList{
Type: RTEList,
Indent: 2,
Indent: 2,
Elements: []RichTextElement{},
},
nil,
Expand Down

0 comments on commit bc6223b

Please sign in to comment.