diff options
author | 2021-12-14 15:22:08 -0800 | |
---|---|---|
committer | 2021-12-14 15:22:08 -0800 | |
commit | e6a8ed6fcbc2a2d44ab6c560e036fd64d84b26c4 (patch) | |
tree | 648b12bd1c09c6efd2095f0cf0087b76fd7c1ff2 | |
parent | 9685a3d019b8ab25999dc3306c275e465c9ca4fe (diff) | |
download | WarpX-e6a8ed6fcbc2a2d44ab6c560e036fd64d84b26c4.tar.gz WarpX-e6a8ed6fcbc2a2d44ab6c560e036fd64d84b26c4.tar.zst WarpX-e6a8ed6fcbc2a2d44ab6c560e036fd64d84b26c4.zip |
Fix: `pre-commit run -a` (#2671)
Prepare to enable autofix bot from https://pre-commit.ci
4 files changed, 1 insertions, 4 deletions
diff --git a/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py b/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py index daabfece5..bc56968d2 100644 --- a/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py +++ b/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py @@ -249,4 +249,3 @@ print("Area of the middle z-slice:", Sz_slice) assert np.isclose(Sz_slice, Sz_slice_true, rtol=1e-05, atol=1e-08) sim.step(1) - diff --git a/Examples/Physics_applications/laser_acceleration/3d_ascent_actions.yaml b/Examples/Physics_applications/laser_acceleration/3d_ascent_actions.yaml index c5b710587..11f3fa741 100644 --- a/Examples/Physics_applications/laser_acceleration/3d_ascent_actions.yaml +++ b/Examples/Physics_applications/laser_acceleration/3d_ascent_actions.yaml @@ -73,4 +73,3 @@ path: ./conduit_blueprint protocol: blueprint/mesh/hdf5 type: relay - diff --git a/Regression/WarpX-tests.ini b/Regression/WarpX-tests.ini index bb2144a58..7e7e14880 100644 --- a/Regression/WarpX-tests.ini +++ b/Regression/WarpX-tests.ini @@ -2976,4 +2976,4 @@ numthreads = 1 compileTest = 0 doVis = 0 compareParticles = 0 -analysisRoutine = Examples/Modules/embedded_boundary_python_API/analysis.py
\ No newline at end of file +analysisRoutine = Examples/Modules/embedded_boundary_python_API/analysis.py diff --git a/Source/ABLASTR/DepositCharge.H b/Source/ABLASTR/DepositCharge.H index c7a2fc9d8..d33e21293 100644 --- a/Source/ABLASTR/DepositCharge.H +++ b/Source/ABLASTR/DepositCharge.H @@ -179,4 +179,3 @@ void DepositCharge (typename PC::ParIterType& pti, } // namespace ablastr #endif // ABLASTR_DEPOSIT_CHARGE_H_ - |