1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 09:04:50 +02:00

EdgeComponent toString adjust

This commit is contained in:
Heiko Schaefer 2023-07-10 18:32:04 +02:00
parent ed1d4a16a5
commit c35a53cffa
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -37,7 +37,7 @@ data class EdgeComponent(
"${issuer.fingerprint} certifies binding: $userId <-> ${target.fingerprint} [$trustAmount]"
else {
val scope = if (regexes.regexStrings.isEmpty()) "" else ", scope: $regexes"
"${issuer.fingerprint} delegates to ${target.fingerprint} [$trustAmount, depth $trustDepth$scope]"
"${issuer.fingerprint} delegates to ${target.fingerprint} [$trustAmount, depth $trustDepth$scope] at $creationTime"
}
}
}