mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
semi colon fix
This commit is contained in:
parent
32117c7480
commit
e03c3eece2
@ -115,7 +115,7 @@ DECLARE
|
||||
BEGIN
|
||||
dist := 1e999;
|
||||
pols := array_agg((ST_dump(polygon)).geom);
|
||||
FOR j in 1..array_length(pols, 1);
|
||||
FOR j in 1..array_length(pols, 1)
|
||||
LOOP
|
||||
pol := pols[j];
|
||||
d := dist;
|
||||
|
Loading…
Reference in New Issue
Block a user