Skip to content

Commit c6e2cb8

Browse files
committed
git commit -m "Fix formatting: add missing space"
1 parent d9de1d9 commit c6e2cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Combinatorics/Enumerative/Stirling.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def stirlingFirst : ℕ → ℕ → ℕ
5252
| n + 1, k + 1 => n * stirlingFirst n (k + 1) + stirlingFirst n k
5353

5454
@[simp]
55-
theorem stirlingFirst_zero: stirlingFirst 0 0 = 1 :=
55+
theorem stirlingFirst_zero : stirlingFirst 0 0 = 1 :=
5656
rfl
5757

5858
@[simp]

0 commit comments

Comments
 (0)