Skip to content

Commit c686dc0

Browse files
committed
git commit -m "style(Combinatorics/Enumerative):
fix trailing whitespace and final newline"
1 parent c8f6dda commit c686dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Combinatorics/Enumerative/PentagonalNumbers.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ lemma coeff_E_eq_coeff_cutoff (n : ℕ) :
263263
(PowerSeries.coeff n) (E n) =
264264
(PowerSeries.coeff n)
265265
(∏ k ∈ Finset.range (n + 1), (1 - (PowerSeries.X : PowerSeries ℤ) ^ (k + 1))) := by
266-
simp [E]
266+
rfl

0 commit comments

Comments
 (0)