Skip to content

Commit fdc7d25

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

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():
575576
"""Example 1: Conway's Game of Life (B3/S23)."""
576577
try:
@@ -655,6 +656,7 @@ def demo_statistics():
655656
# Main demo orchestrator
656657
# -------------------------------------------------------------------------
657658

659+
658660
def demonstrate_cellular_automaton_features():
659661
"""Runs a set of cellular automaton demonstrations."""
660662
print("=" * 80)

0 commit comments

Comments
 (0)