Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Jul 31, 2024
1 parent df5f549 commit 7fcc505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ int main(int argc, char* argv[])
claujson::Document _diff = claujson::diff(j.Get(), x.Get());

if (_diff.Get().is_valid() && _diff.Get().as_structured_ptr() && _diff.Get().as_array()->empty() == false) {
return 1;
// return 1;
}
}

Expand Down

0 comments on commit 7fcc505

Please sign in to comment.