Skip to content

Commit

Permalink
Add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ignatoff committed Oct 23, 2024
1 parent cebb420 commit f64a279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dom_traverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1417,4 +1417,4 @@ TEST_XML(dom_node_anonymous_attribute, "<node attr='0'/>")
CHECK(doc.first_child().attribute(string_view_t()) == xml_attribute());
CHECK(doc.first_child().attribute(string_view_t(STR("hi"), 0)) == xml_attribute());
#endif
}
}

0 comments on commit f64a279

Please sign in to comment.