mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add padding in single-item YAML flow lists
To match the style that we use in LOOT's masterlists.
This commit is contained in:
@@ -387,7 +387,7 @@ TEST_F(PluginMetadataTest,
|
||||
|
||||
EXPECT_EQ(
|
||||
"name: 'Blank.esm'\n"
|
||||
"after: ['Blank.esm']",
|
||||
"after: [ 'Blank.esm' ]",
|
||||
plugin.AsYaml());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user