Skip to content

Commit ecfd875

Browse files
committed
style refactor
1 parent 063aa3b commit ecfd875

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/it/scala/io/iohk/ethereum/sync/FastSyncItSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfter {
6060
assert(peer1.bl.getBestBlockNumber() == peer2.bl.getBestBlockNumber() - peer2.testSyncConfig.targetBlockOffset)
6161
}
6262
}
63-
}
63+
}

src/it/scala/io/iohk/ethereum/sync/RegularSyncItSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ class RegularSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfter {
6767
}
6868
}
6969

70-
}
70+
}

src/it/scala/io/iohk/ethereum/sync/util/FakePeer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,4 @@ trait FakePeer extends SecureRandomBuilder with TestSyncConfig {
309309

310310
} yield ()
311311
}
312-
}
312+
}

src/it/scala/io/iohk/ethereum/sync/util/FakePeerFastSync.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ object FakePeerFastSync {
7474
Task.parMap3(peer.shutdown(), peer1.shutdown(), peer2.shutdown())((_, _, _) => ())
7575
}
7676
}
77-
}
77+
}

src/it/scala/io/iohk/ethereum/sync/util/FakePeerRegularSync.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ object FakePeerRegularSync {
9797
} { case (peer, peer1) => Task.parMap2(peer.shutdown(), peer1.shutdown())((_, _) => ()) }
9898
}
9999

100-
}
100+
}

0 commit comments

Comments
 (0)