Skip to content

Commit

Permalink
chore lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee committed Mar 8, 2024
1 parent c7f1e51 commit c2031a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions std/algebra/native/fields_bls12377/e6_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ type e6Mul01By01 struct {
}

func (circuit *e6Mul01By01) Define(api frontend.API) error {
expected := E6{}

expected = *Mul01By01(api, circuit.A0, circuit.A1, circuit.B0, circuit.B1)
expected := *Mul01By01(api, circuit.A0, circuit.A1, circuit.B0, circuit.B1)
expected.AssertIsEqual(api, circuit.C)

return nil
Expand Down

0 comments on commit c2031a6

Please sign in to comment.