Skip to content

Commit 9cc995b

Browse files
committed
filthy tabs.
1 parent fd34f6a commit 9cc995b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/stochastic/common.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"""
1010

1111
def euc_2d(p1, p2):
12-
dx = p1[0] - p2[0]
13-
dy = p1[1] - p2[1]
14-
return math.sqrt((dx ** 2) + (dy ** 2))
12+
dx = p1[0] - p2[0]
13+
dy = p1[1] - p2[1]
14+
return math.sqrt((dx ** 2) + (dy ** 2))
1515

1616
def random_permutation(cities):
1717
"""

0 commit comments

Comments
 (0)