Skip to content

Commit 192d04a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 680c1b4 commit 192d04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/content/formation-energy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"source": [
132132
"for i, p in enumerate(fed.chempot_limits):\n",
133133
" print(f\"Limits for the chemical potential changes for point {i}\")\n",
134-
" for k,v in p.items():\n",
134+
" for k, v in p.items():\n",
135135
" print(f\"Δμ_{k} = {v:.2f} eV\")"
136136
]
137137
},

0 commit comments

Comments
 (0)