Skip to content

Commit b35ac6e

Browse files
committed
whoops no tabs! hate tabs!
1 parent bb83207 commit b35ac6e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

overpass/utils.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Utils(object):
22

3-
@classmethod
4-
def to_overpass_id(self, osmid, area=False):
5-
AREA_BASE = 2400000000
6-
RELATION_BASE = 3600000000
7-
if area:
8-
return int(osmid) + AREA_BASE
9-
return int(osmid) + RELATION_BASE
3+
@classmethod
4+
def to_overpass_id(self, osmid, area=False):
5+
AREA_BASE = 2400000000
6+
RELATION_BASE = 3600000000
7+
if area:
8+
return int(osmid) + AREA_BASE
9+
return int(osmid) + RELATION_BASE

0 commit comments

Comments
 (0)