Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
Signed-off-by: Flipez <code@brauser.io>
  • Loading branch information
Flipez committed Mar 14, 2022
1 parent 6e6694f commit 17199eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion object/array.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,5 @@ func (ao *Array) Next() (Object, Object, bool) {
}

func (ao *Array) MarshalJSON() ([]byte, error) {

return json.Marshal(ao.Elements)
}

0 comments on commit 17199eb

Please sign in to comment.