Skip to content

Commit bb534c1

Browse files
sputhMethuselah96
andauthored
Fix code sample for customDiffPatch > detectMove (#366)
* Fix code sample for customDiffPatch > detectMove * Format --------- Co-authored-by: Nathan Bierema <[email protected]>
1 parent 469f6a7 commit bb534c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/arrays.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ This introduces a few benefits:
4848
moves are detected by default, you can turn move detection off with:
4949

5050
```javascript
51-
var customDiffPatch = jsondiffpatch.create({
52-
arrays: {
53-
detectMove: false
54-
}
55-
};
51+
var customDiffPatch = jsondiffpatch.create({
52+
arrays: {
53+
detectMove: false,
54+
},
55+
});
5656
```
5757

5858
### Representation

0 commit comments

Comments
 (0)