eic / EICrecon

EIC Reconstruction - JANA based
https://eic.github.io/EICrecon
GNU Lesser General Public License v3.0
5 stars 26 forks source link

feat: pre-commit fix in place (interactive use only) #1449

Closed wdconinc closed 2 months ago

wdconinc commented 2 months ago

Briefly, what does this PR introduce?

We already have pre-commit enabled on command line and preventing code from being committed that fails clang-format. But it just prints out a diff to apply and doesn't apply it...

This PR applies the clang-format changes that are suggested.

Note: no automatic changes are applied by the CI workflows because of this change.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

github-actions[bot] commented 2 months ago

Capybara summary for PR 1449