Removed unnecessary leading newline

master
Víctor Zamanillo 2020-09-19 23:31:51 +02:00
parent 7bcb744d2b
commit 09aec3606f
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ func NewRunner(options *Options) (*Runner, error) {
// RunEnumeration runs the subdomain enumeration flow on the targets specified
func (r *Runner) RunEnumeration(ctx context.Context) error {
// Check if only a single domain is sent as input. Process the domain now.
if r.options.Domain != "" {
return r.EnumerateSingleDomain(ctx, r.options.Domain, r.options.Output, false)