mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
EdgeComponent toString adjust
This commit is contained in:
parent
ed1d4a16a5
commit
c35a53cffa
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue