fix minor format issue (#196)
Some checks failed
Build / build (push) Has been cancelled

* 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>
This commit is contained in:
izxl007 2025-03-20 23:38:20 +08:00 committed by GitHub
parent 0eb495ef3a
commit be574628c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -257,7 +257,7 @@ When a storage service finds a previously offline successor is online:
- The chunk lock is released.
4\. When all required chunks have been transferred, a sync-done message is sent to the successor.
4. When all required chunks have been transferred, a sync-done message is sent to the successor.
The rules used to decide which chunks should be transferred are:

View File

@ -1,5 +1,4 @@
add_subdirectory(common)
#add_subdirectory(ClientAgentService)
add_subdirectory(MetaService)
add_subdirectory(mgmtd)
add_subdirectory(core)