Refine profile description

This commit is contained in:
Davide De Rosa 2019-01-04 14:19:56 +01:00
parent 68b9cf0fdf
commit 942aaecdc3
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ extension ConnectionProfile {
extension ConnectionProfile {
var description: String {
return "(\(context),\(id))"
return "(\(context):\(id))"
}
}