mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +01:00
DualIndexSQLiteObject: improve formatting of set
output
This commit is contained in:
parent
ec7eb3828d
commit
aee7f706c7
@ -756,7 +756,7 @@ sub set {
|
||||
push @metadata, "$key => $value" if defined $value;
|
||||
}
|
||||
if (not @metadata) { $result .= "none"; }
|
||||
else { $result .= join '; ', @metadata; }
|
||||
else { $result .= join ";\n", @metadata; }
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user