diff options
author | 6543 <6543@obermui.de> | 2022-02-01 18:43:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 12:43:09 -0500 |
commit | 6f6b8491da0d98121c8cab5c48f95425efa9606d (patch) | |
tree | 12bcb8c729a140e1408621414170a771445f9683 /modules/queue | |
parent | bb5f859ec0f853383b85cb16b189fbacf7397551 (diff) | |
download | gitea-6f6b8491da0d98121c8cab5c48f95425efa9606d.tar.gz gitea-6f6b8491da0d98121c8cab5c48f95425efa9606d.zip |
add gitea-fmt back (#18526)
Diffstat (limited to 'modules/queue')
-rw-r--r-- | modules/queue/queue_channel_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/queue/queue_channel_test.go b/modules/queue/queue_channel_test.go index f779ed5f8a..26a635b918 100644 --- a/modules/queue/queue_channel_test.go +++ b/modules/queue/queue_channel_test.go @@ -10,6 +10,7 @@ import ( "time" "code.gitea.io/gitea/modules/log" + "github.com/stretchr/testify/assert" ) |