Googletest export

Remove badly formatted suggestion in gmock cheat sheet.

PiperOrigin-RevId: 277060475
pull/2542/head
Abseil Team 5 years ago committed by vslashg
parent a8b1a66cfd
commit a1f71dd56d
  1. 13
      googlemock/docs/cheat_sheet.md

@ -614,19 +614,6 @@ composite action - trying to do so will result in a run-time error.
#### Defining Actions
<table border="1" cellspacing="0" cellpadding="1">
<tr>
<td>`struct SumAction {` <br>
&emsp;`template <typename T>` <br>
&emsp;`T operator()(T x, Ty) { return x + y; }` <br>
`};`
</td>
<td> Defines a generic functor that can be used as an action summing its
arguments. </td> </tr>
<tr>
</tr>
</table>
<!-- mdformat off(no multiline tables) -->
| | |
| :--------------------------------- | :-------------------------------------- |

Loading…
Cancel
Save