aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-12-04 10:40:01 -0800
committerchrislu <chris.lu@gmail.com>2025-12-04 10:40:01 -0800
commit8d110b29ddfd9b9cdb504a4380106b2b287155ca (patch)
tree617bb8b91ee19afc89061049904d762887188729
parent39ba19eea6d47a5d35c67064d560fb569c6c5baf (diff)
downloadseaweedfs-8d110b29ddfd9b9cdb504a4380106b2b287155ca.tar.xz
seaweedfs-8d110b29ddfd9b9cdb504a4380106b2b287155ca.zip
fmt
-rw-r--r--.github/workflows/container_release_unified.yml1
-rw-r--r--.github/workflows/sftp-tests.yml1
-rw-r--r--test/sftp/README.md1
-rw-r--r--test/sftp/testdata/userstore.json1
-rw-r--r--weed/filer/empty_folder_cleanup/cleanup_queue.go1
-rw-r--r--weed/filer/empty_folder_cleanup/cleanup_queue_test.go1
6 files changed, 6 insertions, 0 deletions
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()
}
+