mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +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;
|
push @metadata, "$key => $value" if defined $value;
|
||||||
}
|
}
|
||||||
if (not @metadata) { $result .= "none"; }
|
if (not @metadata) { $result .= "none"; }
|
||||||
else { $result .= join '; ', @metadata; }
|
else { $result .= join ";\n", @metadata; }
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user