Commit 8ccc5ec5 by Abseil Team Committed by Derek Mauro

Googletest export

Removing a semicolon that triggers a lint error in sample code. PiperOrigin-RevId: 337095451
parent 79dc0f23
......@@ -108,7 +108,7 @@ the API in an interface (say, `Turtle`) and code to that interface:
```cpp
class Turtle {
...
virtual ~Turtle() {};
virtual ~Turtle() {}
virtual void PenUp() = 0;
virtual void PenDown() = 0;
virtual void Forward(int distance) = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment