Skip to content

Commit

Permalink
Comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ameetpal committed May 2, 2024
1 parent 91c9b44 commit bc5b8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type SummaryData struct {
Summary map[string]interface{}
}

// Overiding for tests
// String Overiding for tests
func (s *SummaryData) String() string {
return "&{Summary:map[...]...}"
}

0 comments on commit bc5b8c4

Please sign in to comment.