Skip to content

Commit cdb1fc9

Browse files
committed
Fix the line length
1 parent fda716b commit cdb1fc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

physics/casimir_effect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737

3838
from __future__ import annotations
3939

40-
# Define the Reduced Planck Constant ℏ (H bar), speed of light C, value of Pi and the function
40+
# Define the Reduced Planck Constant ℏ (H bar), speed of light C, value of Pi
41+
# and the function
4142
REDUCED_PLANCK_CONSTANT = 1.054571817e-34 # unit of ℏ : J * s
4243

4344
SPEED_OF_LIGHT = 3e8 # unit of c : m * s^-1

0 commit comments

Comments
 (0)