Skip to content

Commit

Permalink
refactor(analyzer:network): comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emil14 committed Jan 11, 2025
1 parent 55e1da2 commit 1893d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/compiler/analyzer/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ func (a Analyzer) analyzeSender(
}

// if there's no type-expr (and thus no wrapped sender)
// it's a "enum-like" union, so there's nothing to analyze
// it's a tag-only union, so there's nothing to analyze
if tagTypeExpr == nil {
return &sender, &unionTypeExpr, nil
}
Expand Down

0 comments on commit 1893d76

Please sign in to comment.