Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
nunnatsa committed Dec 2, 2024
1 parent e9f67c0 commit 3afdc18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/gomegahandler/dothandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ func (h dotHandler) GetActualFuncName(expr *ast.CallExpr) (string, bool) {
if x, ok := actualFunc.X.(*ast.CallExpr); ok {
return h.GetActualFuncName(x)
}

case *ast.CallExpr:
return h.GetActualFuncName(actualFunc)
}

return "", false
}

Expand Down

0 comments on commit 3afdc18

Please sign in to comment.