Skip to content

Commit ad3eeac

Browse files
authored
JsonDiff.php: Remove trailing whitespace
1 parent d17d237 commit ad3eeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonDiff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public function getMergePatch()
263263
private function process($original, $new)
264264
{
265265
$merge = !($this->options & self::SKIP_JSON_MERGE_PATCH);
266-
266+
267267
$addTestOps = !($this->options & self::SKIP_TEST_OPS);
268268

269269
if ($this->options & self::TOLERATE_ASSOCIATIVE_ARRAYS) {

0 commit comments

Comments
 (0)