Skip to content

Commit

Permalink
Remove line break to improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
weeco committed Nov 3, 2021
1 parent 62b1b51 commit fb5f4d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func (s *Service) validateManagementTopic(ctx context.Context) error {
// If the topic exists, but there's an error, then this should result in a fail
// When the topic doesn't exist, continue to create it
typedErr := kerr.TypedErrorForCode(meta.Topics[0].ErrorCode)

topicExists := true
switch typedErr {
case nil:
Expand Down

0 comments on commit fb5f4d4

Please sign in to comment.