Skip to content

Commit 06a201d

Browse files
RaggedRclaude
andcommitted
style: show → change for linter.style.show
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 64fb6ab commit 06a201d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Archive/VoltageGraphs.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ private noncomputable instance : MulAction heawoodG (Fin 2 × ZMod 7) :=
170170
private noncomputable instance : GraphAction heawoodG (Fin 2 × ZMod 7) heawoodVoltage where
171171
adj_smul := by
172172
intro ⟨σ, hσ⟩ u v hadj
173-
show heawoodVoltage.Adj (σ u) (σ v)
173+
change heawoodVoltage.Adj (σ u) (σ v)
174174
revert u v; change ∀ u v, heawoodVoltage.Adj u v → heawoodVoltage.Adj (σ u) (σ v)
175175
refine Subgroup.closure_induction
176176
(p := fun σ _ => ∀ u v, heawoodVoltage.Adj u v → heawoodVoltage.Adj (σ u) (σ v))
@@ -281,7 +281,7 @@ private noncomputable instance : MulAction mkG (Fin 2 × ZMod 8) :=
281281
private noncomputable instance : GraphAction mkG (Fin 2 × ZMod 8) mobiusKantorVoltage where
282282
adj_smul := by
283283
intro ⟨σ, hσ⟩ u v hadj
284-
show mobiusKantorVoltage.Adj (σ u) (σ v)
284+
change mobiusKantorVoltage.Adj (σ u) (σ v)
285285
revert u v
286286
change ∀ u v, mobiusKantorVoltage.Adj u v → mobiusKantorVoltage.Adj (σ u) (σ v)
287287
refine Subgroup.closure_induction

0 commit comments

Comments
 (0)