Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Sep 29, 2024
1 parent 5a69945 commit 4197c4a
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 @@ -90,7 +90,7 @@ void diff_test() {

std::cout << z.Get() << "\n";

auto& k = claujson::patch(x.Get(), y.Get());
auto& k = claujson::patch(x.Get(), z.Get());
std::cout << x.Get() << "\n";

//claujson::clean(x);
Expand Down

0 comments on commit 4197c4a

Please sign in to comment.