Cleanup: Code formatting.

This commit is contained in:
Jeroen Bakker 2022-01-04 14:07:27 +01:00
parent 070948b5f1
commit 54e2f851a4
1 changed files with 3 additions and 3 deletions

View File

@ -534,9 +534,9 @@ struct AssetIndex {
/**
* `blender::io::serialize::Value` representing the contents of an index file.
*
* Value is used over #DictionaryValue as the contents of the index could be corrupted and doesn't
* represent an object. In case corrupted files are detected the `get_version` would return
* `UNKNOWN_VERSION`.
* Value is used over #DictionaryValue as the contents of the index could be corrupted and
* doesn't represent an object. In case corrupted files are detected the `get_version` would
* return `UNKNOWN_VERSION`.
*/
std::unique_ptr<Value> contents;