Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelEischer committed Jul 3, 2023
1 parent ca3da58 commit c0cc5e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/models/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ func Hash(s string) uint64 {
}

func NewEventID(seed string) string {
// We hash the event id, as we need some common denominator for the event IDs
// We can't use the original event id as the event id in the sink, because the allowed formats differ
// between the adapters.
// We hash the event id, as we need some common denominator for the event IDs
// We can't use the original event id as the event id in the sink, because the allowed formats differ
// between the adapters.
return fmt.Sprint(Hash(seed))
}

Expand Down

0 comments on commit c0cc5e6

Please sign in to comment.