Skip to content

Commit 7e5a623

Browse files
committed
Fix linebreak
1 parent e82a32f commit 7e5a623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_minimal_distances.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ def test_pairwise_minimal_distance(self):
7777
communication_network, vertex, distance_type, min_timing=0)
7878
result_2 = single_source_dijkstra_hyperedges(
7979
communication_network, vertex, distance_type, min_timing=0)
80-
self.assertEqual(result_1, result_2, f'Single-source Dijkstra implementations for {
81-
distance_type.name} and vertex {vertex} are not equivalent')
80+
self.assertEqual(result_1, result_2,
81+
f'Single-source Dijkstra implementations for {distance_type.name} and vertex {vertex} are not equivalent')

0 commit comments

Comments
 (0)