[Merged by Bors] - chore: remove several stray sections#14620
[Merged by Bors] - chore: remove several stray sections#14620
Conversation
- Topology/Separation: fix typo "section/end" - Mathlib/NumberTheory/LSeries/HurwitzZeta.lean: fix typo "namespace/end" In both cases, a second identical section resp. namespace was *opened* instead of closing the existing one. - Topology/ExtremallyDisconnected: remove superfluous anonymous section. The entire file is already inside a noncomputable section; this sections adds nothing on top. (The nested section is also processed as a noncomputable section.) - RingTheory/Bialgebra/Basic, RingTheory/HopfAlgebra: remove section CommRing in favour of the namespace CommRing a few lines later - remove duplicate namespace SheafOfModules
PR summary 57144c0fd2Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit> |
|
Thanks! The only weird one seems to be the removed |
|
Good catch! You're probably right - let's try the new linter on master. Edit: for the record, this was not required. The |
|
Since it passes CI, and I'm happy with all the changes, maintainer merge Thanks! |
|
maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by adomani. |
- Topology/Separation: fix typo "section/end" - Mathlib/NumberTheory/LSeries/HurwitzZeta.lean: fix typo "namespace/end" In both cases, a second identical section resp. namespace was *opened* instead of closing the existing one. - Topology/ExtremallyDisconnected: remove superfluous anonymous section. The entire file is already inside a noncomputable section; this sections adds nothing on top. (The nested section is also processed as a noncomputable section.) - RingTheory/Bialgebra/Basic, RingTheory/HopfAlgebra: remove section CommRing in favour of the namespace CommRing a few lines later - ModuleCat/Sheaf/Colimits: remove duplicate namespace SheafOfModules - Probability/Distributions/Uniform.lean: this file is inside a noncomputable section already; a *second* such section (nested right under the first) was superfluous
|
Pull request successfully merged into master. Build succeeded: |
Topology/Separation: fix typo "section/end"
Mathlib/NumberTheory/LSeries/HurwitzZeta.lean: fix typo "namespace/end" In both cases, a second identical section resp. namespace was opened instead of closing the existing one.
Topology/ExtremallyDisconnected: remove superfluous anonymous section. The entire file is already inside a noncomputable section; this sections adds nothing on top. (The nested section is also processed as a noncomputable section.)
RingTheory/Bialgebra/Basic, RingTheory/HopfAlgebra: remove section CommRing in favour of the namespace CommRing a few lines later
ModuleCat/Sheaf/Colimits: remove duplicate namespace SheafOfModules
Probability/Distributions/Uniform.lean: this file is inside a noncomputable section already; a second such section (nested right under the first) was superfluous