From 3d7002901a1c435df442c32fa2a76da767168523 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 23:29:53 +0000 Subject: [PATCH 1/3] Initial plan From 37ff289cbc972c7cd28a4ceffb428945210d85d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 23:31:08 +0000 Subject: [PATCH 2/3] Change comment style to /// on line 803 Co-authored-by: rrivera747 <107584474+rrivera747@users.noreply.github.com> --- otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc b/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc index ffa1a31b..47f17076 100644 --- a/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc +++ b/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc @@ -800,7 +800,7 @@ TransitionTypeInfo DBRunInfo::getTransitionTypeInfo( /// Inserts a transition record into the database for a specific run. /// This is called by the state machine during various transitions to track /// when state changes occur for a run (e.g., Start, Stop, Pause, Resume, Halt, Error). -// Only states Configured and "above" are recorded (aka relevant for run) +/// Only states Configured and "above" are recorded (aka relevant for run) /// /// @param runConditionID - For Mu2e, the runConditionID is the database run number for which to record the transition. /// This should be a valid run number that was previously created From 531635edba0a3cd90fc0ee1b6e6d91595dcfce51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 23:31:54 +0000 Subject: [PATCH 3/3] Complete comment style fix Co-authored-by: rrivera747 <107584474+rrivera747@users.noreply.github.com> --- _codeql_detected_source_root | 1 + 1 file changed, 1 insertion(+) create mode 120000 _codeql_detected_source_root diff --git a/_codeql_detected_source_root b/_codeql_detected_source_root new file mode 120000 index 00000000..945c9b46 --- /dev/null +++ b/_codeql_detected_source_root @@ -0,0 +1 @@ +. \ No newline at end of file