formatting

This commit is contained in:
2020-08-11 17:09:36 +02:00
parent 690947ec3a
commit 0c7759d7e4
12 changed files with 54 additions and 51 deletions

View File

@ -22,9 +22,7 @@
/** cosntructor & destructor */
Implementation::Implementation(const detectorType d) {
setDetectorType(d);
}
Implementation::Implementation(const detectorType d) { setDetectorType(d); }
Implementation::~Implementation() {
delete generalData;