Skip to content

Commit 3962a93

Browse files
committed
#39228: remove trailing whitespaces
1 parent 4abac57 commit 3962a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/base/c_graph.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3850,7 +3850,7 @@ cdef class CGraphBackend(GenericGraphBackend):
38503850
while w != x_int:
38513851
shortest_path.append(self.vertex_label(w))
38523852
w = pred_x[w]
3853-
3853+
38543854
shortest_path.append(x)
38553855
shortest_path.reverse()
38563856

0 commit comments

Comments
 (0)