Skip to content
Snippets Groups Projects
Commit c9da3cfc authored by Emily Anne Thompson's avatar Emily Anne Thompson
Browse files

Fix format

parent bf167765
No related branches found
No related tags found
3 merge requests!316Merge devel into main,!304Add RS_NGP804 power supply,!302Add developments for cold box
Pipeline #5947195 failed
......@@ -9,5 +9,4 @@
#include "PowerSupplyRegistry.h"
REGISTER_POWERSUPPLY(RS_NGP804)
RS_NGP804::RS_NGP804(const std::string& name)
: SCPIPs(name, {"NGP804"}, 4) {}
RS_NGP804::RS_NGP804(const std::string& name) : SCPIPs(name, {"NGP804"}, 4) {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment