Skip to content

Commit 396d6af

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 098d8e0 commit 396d6af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cellular_automata/von_neumann.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ def run_interactive_simulation(
571571
# Helper demo functions
572572
# -------------------------------------------------------------------------
573573

574+
574575
def demo_game_of_life() -> None:
575576
"""Example 1: Conway's Game of Life (B3/S23)."""
576577
try:
@@ -656,6 +657,7 @@ def demo_statistics() -> None:
656657
# Main demo orchestrator
657658
# -------------------------------------------------------------------------
658659

660+
659661
def demonstrate_cellular_automaton_features() -> None:
660662
"""Runs a set of cellular automaton demonstrations."""
661663
print("=" * 80)

0 commit comments

Comments
 (0)