Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 7, 2024
1 parent 3a8e210 commit d338c31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/distgen/run_gaussian_twiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
emitt_t=2e-06,
alpha_x=-1.5905003499999992,
alpha_y=1.5905003499999992,
alpha_t=0.0
alpha_t=0.0,
)
)
sim.add_particles(bunch_charge_C, distr, npart)
Expand Down
2 changes: 1 addition & 1 deletion examples/distgen/run_kvdist_twiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
emitt_t=2e-06,
alpha_x=-1.5905003499999992,
alpha_y=1.5905003499999992,
alpha_t=0.0
alpha_t=0.0,
)
)
sim.add_particles(bunch_charge_C, distr, npart)
Expand Down

0 comments on commit d338c31

Please sign in to comment.