Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Nov 20, 2023
1 parent 74b477e commit 3dbec4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Detectors/TPC/base/include/TPCBase/CDBInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@ class ParameterElectronics;
class ParameterGas;
class ParameterGEM;


/// Upload intervention type
enum class CDBIntervention {
Manual, ///< Upload from manual intervention
Automatic, ///< Automatic upload
};


/// Poor enum reflection ...
const std::unordered_map<CDBIntervention, std::string> CDBInterventionMap{
{CDBIntervention::Manual, "Manual"},
Expand Down

0 comments on commit 3dbec4d

Please sign in to comment.