From 8d110b29ddfd9b9cdb504a4380106b2b287155ca Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 4 Dec 2025 10:40:01 -0800 Subject: fmt --- .github/workflows/container_release_unified.yml | 1 + .github/workflows/sftp-tests.yml | 1 + test/sftp/README.md | 1 + test/sftp/testdata/userstore.json | 1 + weed/filer/empty_folder_cleanup/cleanup_queue.go | 1 + weed/filer/empty_folder_cleanup/cleanup_queue_test.go | 1 + 6 files changed, 6 insertions(+) diff --git a/.github/workflows/container_release_unified.yml b/.github/workflows/container_release_unified.yml index eb8df9834..c7aa648fd 100644 --- a/.github/workflows/container_release_unified.yml +++ b/.github/workflows/container_release_unified.yml @@ -223,3 +223,4 @@ jobs: echo "✓ Successfully copied ${{ matrix.variant }} to Docker Hub" + diff --git a/.github/workflows/sftp-tests.yml b/.github/workflows/sftp-tests.yml index d2ec47eb4..80a1b9929 100644 --- a/.github/workflows/sftp-tests.yml +++ b/.github/workflows/sftp-tests.yml @@ -90,3 +90,4 @@ jobs: echo "| testuser | /sftp/testuser | Home directory only |" >> $GITHUB_STEP_SUMMARY echo "| readonly | /public | Read-only |" >> $GITHUB_STEP_SUMMARY + diff --git a/test/sftp/README.md b/test/sftp/README.md index e2908f166..17b5e67c7 100644 --- a/test/sftp/README.md +++ b/test/sftp/README.md @@ -89,3 +89,4 @@ To debug test failures: config.EnableDebug = true ``` + diff --git a/test/sftp/testdata/userstore.json b/test/sftp/testdata/userstore.json index 540a9486d..66d78dd1d 100644 --- a/test/sftp/testdata/userstore.json +++ b/test/sftp/testdata/userstore.json @@ -34,3 +34,4 @@ } ] + diff --git a/weed/filer/empty_folder_cleanup/cleanup_queue.go b/weed/filer/empty_folder_cleanup/cleanup_queue.go index 66889e930..f92af389d 100644 --- a/weed/filer/empty_folder_cleanup/cleanup_queue.go +++ b/weed/filer/empty_folder_cleanup/cleanup_queue.go @@ -204,3 +204,4 @@ func (q *CleanupQueue) OldestAge() time.Duration { return time.Since(item.queueTime) } + diff --git a/weed/filer/empty_folder_cleanup/cleanup_queue_test.go b/weed/filer/empty_folder_cleanup/cleanup_queue_test.go index eda1c3633..2effa3138 100644 --- a/weed/filer/empty_folder_cleanup/cleanup_queue_test.go +++ b/weed/filer/empty_folder_cleanup/cleanup_queue_test.go @@ -368,3 +368,4 @@ func TestCleanupQueue_Concurrent(t *testing.T) { _ = q.Len() } + -- cgit v1.2.3