Add padding in single-item YAML flow lists

To match the style that we use in LOOT's masterlists.
This commit is contained in:
Oliver Hamlet
2025-12-28 15:21:51 +00:00
parent b2b363ad34
commit e93f1f9632
3 changed files with 9 additions and 7 deletions
@@ -387,7 +387,7 @@ TEST_F(PluginMetadataTest,
EXPECT_EQ(
"name: 'Blank.esm'\n"
"after: ['Blank.esm']",
"after: [ 'Blank.esm' ]",
plugin.AsYaml());
}
}