Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakjdev <[email protected]>
  • Loading branch information
sarthakjdev committed May 31, 2024
1 parent 2536efe commit af9bf60
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion pkg/events/base_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,3 @@ type BaseSystemEvent struct {
func (bme BaseSystemEvent) GetEventType() string {
return "system"
}

1 change: 0 additions & 1 deletion pkg/events/location_message_event.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package events


type LocationMessageEvent struct {
BaseMessageEvent
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/events/message_failed_event.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package events
package events
2 changes: 1 addition & 1 deletion pkg/events/video_message_event.go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package events
package events

0 comments on commit af9bf60

Please sign in to comment.