Skip to content

Commit 8cabebf

Browse files
committed
removed unnecessary statement
1 parent 4d17b18 commit 8cabebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/kotlin/org/evomaster/core/problem/httpws/service/HttpWsSampler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ abstract class HttpWsSampler<T> : ApiWsSampler<T>() where T : Individual{
146146
}
147147

148148
authentications.addInfo(auth)
149-
return
149+
150150
} else {
151151

152152
/*

0 commit comments

Comments
 (0)