chore: CodeMaid cleanup of library and test sources - #132
Merged
Merged
Conversation
Trailing whitespace and extra blank lines only. No signature or behavior change.
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
No unresolved issues; changes are limited to formatting cleanup.
Review effort: Lite
Findings: None
What changed in this PR
Formatting-only CodeMaid cleanup across 17 F# library and test files, preserving behavior and APIs.
Changes:
- Removed trailing whitespace.
- Removed redundant blank lines.
- Preserved identifiers, signatures, and test behavior.
| File | Reviewed changes |
|---|---|
Tests/WhyExamples.fs |
Whitespace cleanup |
Tests/TryGet.fs |
Whitespace cleanup |
Tests/ReadmeExamples.fs |
Whitespace cleanup |
Tests/Raw.fs |
Whitespace and blank-line cleanup |
Tests/Quotations.fs |
Whitespace cleanup |
Tests/Properties.fs |
Whitespace cleanup |
Tests/OperatorValues.fs |
Whitespace cleanup |
Tests/Obsolete.fs |
Whitespace cleanup |
Tests/Library1.fs |
Whitespace and blank-line cleanup |
Tests/Invocation.fs |
Whitespace cleanup |
FSharp.Interop.Dynamic/TopLevelOperators.fsi |
Signature formatting cleanup |
FSharp.Interop.Dynamic/TopLevelOperators.fs |
Whitespace cleanup |
FSharp.Interop.Dynamic/SymbolicString.fs |
Whitespace cleanup |
FSharp.Interop.Dynamic/Operators.fsi |
Signature formatting cleanup |
FSharp.Interop.Dynamic/Operators.fs |
Whitespace cleanup |
FSharp.Interop.Dynamic/Dyn.fsi |
Signature formatting cleanup |
FSharp.Interop.Dynamic/Dyn.fs |
Whitespace cleanup |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CodeMaid was run across the library and the tests. The diff is trailing whitespace and extra blank lines. 17 files, +130 / −151 against
e0af88c. Ignoring whitespace, what remains is blank-line removal in six files:Dyn.fs,Operators.fs,SymbolicString.fs,TopLevelOperators.fs,Tests/Library1.fs, andTests/Raw.fs.No identifiers, signatures, or behavior change.
dotnet testshould still pass.Closes #129.