From 8f0374d9b69cb8680ae782fdaad86a8e08736107 Mon Sep 17 00:00:00 2001 From: shriwise Date: Thu, 6 Sep 2018 17:39:55 -0500 Subject: [PATCH] Less whitespace --- src/summary.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/summary.cpp b/src/summary.cpp index 67a9a7f074..1eeb281858 100644 --- a/src/summary.cpp +++ b/src/summary.cpp @@ -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());