Skip to content

Commit 9329a62

Browse files
authored
fix end-of-line white space
1 parent a6360e3 commit 9329a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics-usage/HelperTasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ An instance of the `TrackTuner` class is present as data-member in the `trackPro
768768
Configurable<bool> useTrackTuner{"useTrackTuner", false, "Apply Improver/DCA corrections to MC"};
769769
```
770770
```note
771-
The `TrackTuner` can be enabled only if the `processCovarianceMc` process function in the `trackPropagation` workflow is used
771+
The `TrackTuner` can be enabled only if the `processCovarianceMc` process function in the `trackPropagation` workflow is used
772772
```
773773
This object can be configured through the `Configurable<std::string> trackTunerParams` in the `trackPropagation` workflow. This configuration `std::string` must define the following parameters:
774774
* `bool debugInfo`: flag to switch on/off some debug outputs

0 commit comments

Comments
 (0)