minor indent fix

This commit is contained in:
Wenbo Hu 2017-12-12 23:16:50 +08:00
parent d52ee30259
commit 3f3d7b56f5

View File

@ -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