Skip to content

Commit

Permalink
style: remove extra parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Eraxyso committed Jul 4, 2024
1 parent c63e291 commit d9ad320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/channel/manager_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (m *managerImpl) GetChannel(id uuid.UUID) (*model.Channel, error) {
return ch, nil
}

func (m *managerImpl) GetChannelPathFromID(id uuid.UUID) (string) {
func (m *managerImpl) GetChannelPathFromID(id uuid.UUID) string {
return m.T.getChannelPath(id)
}

Expand Down

0 comments on commit d9ad320

Please sign in to comment.