Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

File tree

4 files changed

+896
-1086
lines changed

4 files changed

+896
-1086
lines changed

src/json_v8_renderer.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ inline void renderToV8(v8::Local<v8::Value> &out, const osrm::json::Object &obje
9292
osrm::json::Value value = object;
9393
mapbox::util::apply_visitor(V8Renderer(out), value);
9494
}
95-
9695
}
9796

9897
#endif // JSON_V8_RENDERER_HPP

0 commit comments

Comments
 (0)