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 Feb 14, 2025
1 parent a654f23 commit 085d335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Tests/implicit/analysis_vandb_jfnk_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from scipy.constants import e
from scipy.constants import epsilon_0 as epsilon_0_old

print(f'epsilon_0_old = {epsilon_0_old}')
print(f"epsilon_0_old = {epsilon_0_old}")

# Use the same value of epsilon_0 as in Source/ablastr/constant.H
epsilon_0 = 8.8541878128e-12
Expand Down

0 comments on commit 085d335

Please sign in to comment.