diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-11-22 04:47:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 04:47:23 -0500 |
commit | 499b05da222deff73666f877964d5a92f0f16ac7 (patch) | |
tree | b5920b204e9638609e9b7793f1e2258338c88637 /modules | |
parent | a159c3175f5f60a9de00f4d3c73787ffa6c63ddd (diff) | |
download | gitea-499b05da222deff73666f877964d5a92f0f16ac7.tar.gz gitea-499b05da222deff73666f877964d5a92f0f16ac7.zip |
Add user settings key/value DB table (#16834)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/avatar/identicon/identicon_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/avatar/identicon/identicon_test.go b/modules/avatar/identicon/identicon_test.go index ab54183a46..ee44c95139 100644 --- a/modules/avatar/identicon/identicon_test.go +++ b/modules/avatar/identicon/identicon_test.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. //go:build test_avatar_identicon -// +build test_avatar_identicon +// +build test_avatar_identicon package identicon |