Skip to content

Commit

Permalink
Remove EOL whitespaces in natvis
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Nov 2, 2018
1 parent 689382a commit a7567bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nlohmann_json.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
</ExpandedItem>
</Expand>
</Type>
<!-- skip the pair first/second members in the treeview while traversing a map.

<!-- skip the pair first/second members in the treeview while traversing a map.
Only works in VS 2015 Update 2 and beyond using the new visualization -->
<Type Name="std::pair&lt;*, nlohmann::basic_json&lt;*&gt;&gt;" IncludeView="MapHelper">
<DisplayString>{second}</DisplayString>
<Expand>
<ExpandedItem>second</ExpandedItem>
</Expand>
</Type>

</AutoVisualizer>

0 comments on commit a7567bc

Please sign in to comment.