Skip to content

Commit

Permalink
Minor clean-ups.
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolav committed Aug 16, 2018
1 parent 408965c commit 777b5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use named arguments for invocations of methods with multiple parameters of the same type.

## Motivation.
## Motivation

Quoting from this [comment](https://github.com/dotnet/roslyn-analyzers/issues/1216#issuecomment-304967649
) in a [new analyzer request](https://github.com/dotnet/roslyn-analyzers/issues/1216#issuecomment-304967649).
Expand Down
2 changes: 1 addition & 1 deletion UseNamedArgs.Tests/CodeFix/CodeFixExpectations.fs
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ module Expect =
let actualFixedSource = fixedDoc.ToSourceCode().Replace("\r\n", "\n")
let expectedFixedSource = expectedSource.Replace("\r\n", "\n")
return Expect.equal actualFixedSource expectedFixedSource ""
}
} |> ignore

0 comments on commit 777b5a0

Please sign in to comment.