mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 04:30:09 -05:00
Coding style cleanup
This commit is contained in:
@@ -113,7 +113,8 @@ std::string generateJsonDocumentation(const Documentation& d) {
|
||||
|
||||
if (it == documentations.end()) {
|
||||
result << R"("reference": { "found": false })";
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
result << R"("reference": {)"
|
||||
<< R"("found": true,)"
|
||||
<< R"("name": ")" << it->name << "\","
|
||||
|
||||
Reference in New Issue
Block a user