minor indent fix
This commit is contained in:
parent
d52ee30259
commit
3f3d7b56f5
@ -202,7 +202,7 @@ class Executor:
|
|||||||
elif color_estimate < 0:
|
elif color_estimate < 0:
|
||||||
return utils.WHITE
|
return utils.WHITE
|
||||||
|
|
||||||
def _add_nearby_stones(self, neighbor_vertex_set, start_vertex_x, start_vertex_y, x_diff, y_diff, num_step):
|
def _add_nearby_stones(self, neighbor_vertex_set, start_vertex_x, start_vertex_y, x_diff, y_diff, num_step):
|
||||||
'''
|
'''
|
||||||
add the nearby stones around the input vertex
|
add the nearby stones around the input vertex
|
||||||
:param neighbor_vertex_set: input list
|
:param neighbor_vertex_set: input list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user