mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Code style: Spaces around binary operators
Contributes to issue CURA-5035.
This commit is contained in:
parent
9a5fb47a6e
commit
1d11fe0506
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue