fix(sdk): gofmt v3.5.2 for mege to master

Signed-off-by: zhumingze1108 <zhumingze@oppo.com>
This commit is contained in:
zhumingze1108 2025-08-11 20:21:42 +08:00
parent 6d7ed87406
commit 2f8f2f92a7
2 changed files with 3 additions and 1 deletions

View File

@ -488,6 +488,7 @@ services:
environment:
- TZ=Asia/Shanghai
- DOCKER_TESTING_LOG_OFF="on"
- DOCKER_FLASHNODE_TMPFS_OFF="on"
- http_proxy=
- https_proxy=
- HTTP_PROXY=

View File

@ -2267,7 +2267,8 @@ type DentryForAccessInfo struct {
}
func (mw *MetaWrapper) getDentrysWithDepthLimit(parentIno uint64, parentPath string, dentryCh chan<- DentryForAccessInfo, errCh chan<- error, wg *sync.WaitGroup,
currentGoroutineNum *int32, newGoroutine bool, goroutineNum int32, currentDepth *int32, maxDepth int32) {
currentGoroutineNum *int32, newGoroutine bool, goroutineNum int32, currentDepth *int32, maxDepth int32,
) {
defer func() {
if newGoroutine {
atomic.AddInt32(currentGoroutineNum, -1)