Commit e0ae68e7 authored by oahzxl's avatar oahzxl
Browse files

code style

parent fa5e6fbf
...@@ -1497,8 +1497,8 @@ class ChunkRegionSearch(object): ...@@ -1497,8 +1497,8 @@ class ChunkRegionSearch(object):
chunk_info = self._step_search(mem_peak, active_node, chunk_infos) chunk_info = self._step_search(mem_peak, active_node, chunk_infos)
if chunk_info is None: if chunk_info is None:
break break
chunk_infos.append(chunk_info) chunk_infos.append(chunk_info)
( (
mem_peak, mem_peak,
_, _,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment