Skip to content

Commit bd5379b

Browse files
committed
style refactor
1 parent fa55c1e commit bd5379b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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)