Commit 98d48ef0 authored by Niels's avatar Niels

fixed indentation

parent 71d20db4
...@@ -344,8 +344,8 @@ json j_result = j_original.patch(j_patch); ...@@ -344,8 +344,8 @@ json j_result = j_original.patch(j_patch);
json::diff(j_result, j_original); json::diff(j_result, j_original);
// [ // [
// { "op":" replace", "path": "/baz", "value": ["one", "two", "three"] }, // { "op":" replace", "path": "/baz", "value": ["one", "two", "three"] },
// { "op":"remove","path":"/hello" }, // { "op": "remove","path": "/hello" },
// { "op":"add","path":"/foo","value":"bar" } // { "op": "add", "path": "/foo", "value": "bar" }
// ] // ]
``` ```
......
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