Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinebenaid committed Jun 8, 2024
1 parent 6442067 commit 81b609f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dumper.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ func (d *dumper) dumpPointer(v reflect.Value) {
}

d.write(d.theme.PointerSign.apply("&"))

d.dump(v.Elem(), true)

}

func (d *dumper) tagPtr(ptr *pointer) {
Expand Down

0 comments on commit 81b609f

Please sign in to comment.