Fix trailing new line
The trailing new line blocked travis jobs (and other pull requests)
This commit is contained in:
parent
860dbe908e
commit
d731da9572
|
@ -134,4 +134,3 @@ class CityTrack(object):
|
|||
distance_vector.append(sldist(node_iterator, current_node))
|
||||
|
||||
return sorted(distance_vector)[0]
|
||||
|
||||
|
|
Loading…
Reference in New Issue