Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Sep 8, 2017
1 parent b409f17 commit a28d8b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ bool ShouldAddName(TBaseArgumentSyntax argument, int currentIndex)
return false;
}


return currentIndex >= index && argument is TSimpleArgumentSyntax s && IsPositionalArgument(s);
}
}
Expand Down

0 comments on commit a28d8b8

Please sign in to comment.