diff options
author | 2021-12-14 15:22:08 -0800 | |
---|---|---|
committer | 2021-12-14 15:22:08 -0800 | |
commit | e6a8ed6fcbc2a2d44ab6c560e036fd64d84b26c4 (patch) | |
tree | 648b12bd1c09c6efd2095f0cf0087b76fd7c1ff2 /Source | |
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
Diffstat (limited to 'Source')
-rw-r--r-- | Source/ABLASTR/DepositCharge.H | 1 |
1 files changed, 0 insertions, 1 deletions
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_ - |