mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-18 20:55:47 +02:00
Fix #31730 This PR rewrote the function `PublicKeysAreExternallyManaged` with a simple test. The new function removed the loop to make it more readable.