Fix trailing new line

The trailing new line blocked travis jobs (and other pull requests)
This commit is contained in:
Laurent George 2018-07-25 09:59:37 +02:00
parent 860dbe908e
commit d731da9572
1 changed files with 0 additions and 1 deletions

View File

@ -134,4 +134,3 @@ class CityTrack(object):
distance_vector.append(sldist(node_iterator, current_node))
return sorted(distance_vector)[0]