Skip to content

Commit 803a7ca

Browse files
author
Tien Nguyen
committed
Use named arguments for code readability.
1 parent 7ce6435 commit 803a7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nodejs/Tests/Core/MultiLineCommentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ private void TestMultilineCommenting(string startingText, string expectedEndingT
142142

143143
// create the view and request a multiline comment format
144144
var view = new MockTextView(
145-
new MockTextBuffer(startingText, NodejsConstants.Nodejs, "C:\\app.js"));
145+
new MockTextBuffer(content: startingText, contentType: NodejsConstants.Nodejs, filename: "C:\\app.js"));
146146
var insertionPoint = new SnapshotPoint(view.TextSnapshot, insertionPosition);
147147

148148
// Setup mock registry service and classification provider for the IsMultilineComment method.

0 commit comments

Comments
 (0)