Skip to content

Commit be57462

Browse files
authored
fix minor format issue (#196)
* fix minor format issue Signed-off-by: izxl007 <zengzheng007@163.com> * delete dead code Signed-off-by: izxl007 <zengzheng007@163.com> --------- Signed-off-by: izxl007 <zengzheng007@163.com>
1 parent 0eb495e commit be57462

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: docs/design_notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ When a storage service finds a previously offline successor is online:
257257

258258
- The chunk lock is released.
259259

260-
4\. When all required chunks have been transferred, a sync-done message is sent to the successor.
260+
4. When all required chunks have been transferred, a sync-done message is sent to the successor.
261261

262262
The rules used to decide which chunks should be transferred are:
263263

Diff for: src/stubs/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
add_subdirectory(common)
2-
#add_subdirectory(ClientAgentService)
32
add_subdirectory(MetaService)
43
add_subdirectory(mgmtd)
54
add_subdirectory(core)

0 commit comments

Comments
 (0)