Skip to content

Commit f2278bf

Browse files
committed
tweak
1 parent d4e3b49 commit f2278bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/src/G3MultiFileWriter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ PYBINDINGS("core", scope) {
181181
py::arg("size_limit"), py::arg("divide_on")=py::none(),
182182
py::arg("buffersize")=1024*1024)
183183
.def_property_readonly("current_file", &G3MultiFileWriter::CurrentFile);
184-
};
184+
}

maps/src/SingleDetectorBoresightBinner.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ register_g3module<SingleDetectorBoresightBinner>(scope, "SingleDetectorBoresight
106106
;
107107
};
108108

109-
110109
SingleDetectorBoresightBinner::SingleDetectorBoresightBinner(
111110
const G3SkyMap &stub_map, std::string pointing, std::string timestreams) :
112111
pointing_(pointing), timestreams_(timestreams)

0 commit comments

Comments
 (0)