Fixed bad formatting of some Bash Tag suggestions.

This commit is contained in:
WrinklyNinja
2013-10-26 13:32:03 +01:00
parent b80f5e6731
commit c82c7c2ec3
+1 -1
View File
@@ -787,7 +787,7 @@ namespace YAML {
if (rhs.IsAddition())
out << Key << "name" << Value << rhs.Name();
else
out << Key << "name" << Value << '-' << rhs.Name();
out << Key << "name" << Value << ('-' + rhs.Name());
out << Key << "condition" << Value << rhs.Condition()
<< EndMap;