Minis (not worky)
This commit is contained in:
@@ -73,7 +73,7 @@ function get_points()::PointStack
|
||||
points::PointStack = Vector()
|
||||
while true
|
||||
point::MaybePoint = read_point()
|
||||
if point == nothing
|
||||
if isnothing(point)
|
||||
return points
|
||||
end
|
||||
push!(points, point)
|
||||
|
||||
Reference in New Issue
Block a user