Less whitespace

This commit is contained in:
shriwise 2018-09-06 17:39:55 -05:00 committed by pshriwise
parent 5ff3fb7f62
commit 8f0374d9b6

View file

@ -14,7 +14,6 @@ write_geometry(hid_t file_id) {
return;
}
#endif
auto geom_group = create_group(file_id, "geometry");
write_attribute(geom_group, "n_cells", cells.size());