mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed bad formatting of some Bash Tag suggestions.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user