Code style: Spaces around binary operators

Contributes to issue CURA-5035.
This commit is contained in:
Ghostkeeper 2018-05-02 09:31:46 +02:00
parent 9a5fb47a6e
commit 1d11fe0506
No known key found for this signature in database
GPG key ID: B47E36CF62F1D06E

View file

@ -124,11 +124,11 @@ Item
{
if (details.author_email)
{
return "<a href=\"mailto:"+details.author_email+"?Subject=Cura: "+details.name+"\">"+details.author_name+"</a>"
return "<a href=\"mailto:" + details.author_email+"?Subject=Cura: " + details.name + "\">" + details.author_name + "</a>"
}
else
{
return "<a href=\""+details.website+"\">"+details.author_name+"</a>"
return "<a href=\"" + details.website + "\">" + details.author_name + "</a>"
}
}
font: UM.Theme.getFont("very_small")