summaryrefslogtreecommitdiffstats
path: root/src/layers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/layers.cpp')
-rw-r--r--src/layers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layers.cpp b/src/layers.cpp
index 55d3d3f..3205323 100644
--- a/src/layers.cpp
+++ b/src/layers.cpp
@@ -162,7 +162,7 @@ json layer::to_json() const {
json layer_map::to_json() const {
json j{};
- for (auto const &i: this->mapping) {
+ for (auto const &i : this->mapping) {
j.push_back(i.to_json());
}
return j;