Commit 673f2d56 authored by Jakob Otto's avatar Jakob Otto

Linter

parent eae41fc2
...@@ -175,7 +175,7 @@ protected: ...@@ -175,7 +175,7 @@ protected:
iss >> x; iss >> x;
return none; return none;
} }
error apply_impl(std::string& x) override { error apply_impl(std::string& x) override {
size_t str_size; size_t str_size;
if (auto err = begin_sequence(str_size)) if (auto err = begin_sequence(str_size))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment