Skip to content

Commit

Permalink
contract: fixed comment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
divyakoshy committed Jun 21, 2018
1 parent abfc3d1 commit b2fd901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contract/binder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var _ = Describe("Contract Binder", func() {
numberOfOrderPairs := 10

/********************************************************/
/* Testing registration of darknodes */
/* Testing registration of darknodes */
/********************************************************/

keystores := make([]crypto.Keystore, numberOfDarknodes)
Expand Down Expand Up @@ -78,7 +78,7 @@ var _ = Describe("Contract Binder", func() {
}

/********************************************************/
/* Testing order matching */
/* Testing order matching */
/********************************************************/

orderpairs := make([]ome.Computation, numberOfOrderPairs)
Expand Down Expand Up @@ -123,7 +123,7 @@ var _ = Describe("Contract Binder", func() {
Expect(numberOfOrders).To(Equal(uint64(2 * numberOfOrderPairs)))

/********************************************************/
/* Testing deregistration of darknodes */
/* Testing deregistration of darknodes */
/********************************************************/

for i := 0; i < numberOfDarknodes; i++ {
Expand Down

0 comments on commit b2fd901

Please sign in to comment.