Skip to content

Commit

Permalink
remove semicolon in test_namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbgan committed May 9, 2023
1 parent b92c08a commit 7f4c239
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example/xml_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,8 @@ void test_namespace() {
iguana::xml::from_xml(it, str.data());
auto itunes = it.item_itunes.get();
std::cout << "author : " << itunes.itunes_author.get() << "\n";
;
std::cout << "subtitle : " << itunes.itunes_subtitle.get() << "\n";
;
std::cout << "user : " << itunes.itunes_user.get() << "\n";
;
std::string ss;
iguana::xml::to_xml(ss, it);
std::cout << "to_xml" << std::endl << ss << "\n";
Expand Down

0 comments on commit 7f4c239

Please sign in to comment.