Skip to content

Commit 7725955

Browse files
author
buck heroux
committed
lint: rm ineffective break
1 parent d0cf734 commit 7725955

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tile.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ func FromQuadkeyString(qk string) (tile Tile, err error) {
7070
q := qk[c]
7171
switch q {
7272
case '0':
73-
break
7473
case '1':
7574
tile.X |= m
7675
case '2':

0 commit comments

Comments
 (0)