formatting update

This commit is contained in:
StephenButtolph 2020-06-18 00:30:15 -04:00
parent 3eb9788976
commit 84c4e30937
1 changed files with 2 additions and 2 deletions

View File

@ -125,14 +125,14 @@ func TestParametersAnotherInvalidBetaRogue(t *testing.T) {
func TestParametersInvalidConcurrentRepolls(t *testing.T) {
tests := []Parameters{
Parameters{
{
K: 1,
Alpha: 1,
BetaVirtuous: 1,
BetaRogue: 1,
ConcurrentRepolls: 2,
},
Parameters{
{
K: 1,
Alpha: 1,
BetaVirtuous: 1,