Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
deemount committed Mar 13, 2024
1 parent 6c7af20 commit 4e3c3f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ func (bldr *Builder) Defaults(p interface{}, c interface{}) {
collaboration.Call([]reflect.Value{})
}*/

if numProcess.Int() > 0 {
process := definitions.MethodByName("SetProcess")
process.Call([]reflect.Value{reflect.ValueOf(numProcess.Int())})
}
//if numProcess.Int() > 0 {
process := definitions.MethodByName("SetProcess")
process.Call([]reflect.Value{reflect.ValueOf(1)})
//}

/*
Expand Down

0 comments on commit 4e3c3f5

Please sign in to comment.