Skip to content

Commit cb009db

Browse files
committed
revert one
1 parent cb18d5e commit cb009db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Mathlib/Topology/Sheaves/Skyscraper.lean

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ theorem skyscraperPresheaf_isSheaf : (skyscraperPresheaf p₀ A).IsSheaf := by
232232
dsimp [skyscraperPresheaf]
233233
rw [if_neg]
234234
· exact terminalIsTerminal
235-
· exact Set.notMem_empty PUnit.unit.{u + 1})))
235+
· #adaptation_note /-- 2024-03-24
236+
Previously the universe annotation was not needed here. -/
237+
exact Set.notMem_empty PUnit.unit.{u + 1})))
236238

237239
/--
238240
The skyscraper presheaf supported at `p₀` with value `A` is the sheaf that assigns `A` to all opens

0 commit comments

Comments
 (0)