Skip to content

Commit

Permalink
fix merge issues from powershell additions
Browse files Browse the repository at this point in the history
  • Loading branch information
OiCMudkips committed Apr 21, 2016
1 parent d6e7230 commit 28b6165
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/markup/cpp/function-title.expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
<span class="hljs-keyword">else</span> <span class="hljs-keyword">if</span> (a-&gt;check2())
<span class="hljs-keyword">return</span> <span class="hljs-number">4</span>;
<span class="hljs-keyword">return</span> a-&gt;result();
return <span class="hljs-number">4</span>;
return a-&gt;result();
}
}

0 comments on commit 28b6165

Please sign in to comment.