diff --git a/applications/reconstruct/src/voxel_scene.cpp b/applications/reconstruct/src/voxel_scene.cpp
index b857c8efb4eb7aa8b6438e644b6b358c0fd71ab0..8705d660e10a7406a33be13f595542747b041e09 100644
--- a/applications/reconstruct/src/voxel_scene.cpp
+++ b/applications/reconstruct/src/voxel_scene.cpp
@@ -49,7 +49,7 @@ SceneRep::SceneRep(nlohmann::json &config) : Configurable(config), do_reset_(fal
 	});
 	on("showRegistration", [this](const ftl::config::Event &e) {
 		reg_mode_ = value("showRegistration", false);
-	})
+	});
 
 	reg_mode_ = value("showRegistration", false);