Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Konradi <[email protected]>
  • Loading branch information
akonradi committed Nov 12, 2020
1 parent a8bebb9 commit 366c5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/envoy/thread_local/thread_local_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ namespace Envoy {
namespace ThreadLocal {

/**
* All objects that are stored via the ThreadLocal interface must derive from this type.
*/
* All objects that are stored via the ThreadLocal interface must derive from this type.
*/
class ThreadLocalObject {
public:
virtual ~ThreadLocalObject() = default;
Expand Down

0 comments on commit 366c5dc

Please sign in to comment.