Skip to content

Commit

Permalink
remove redundant semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
huntinux committed Dec 5, 2016
1 parent ea480fd commit e209288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muduo/net/Buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class Buffer : public muduo::copyable

string retrieveAllAsString()
{
return retrieveAsString(readableBytes());;
return retrieveAsString(readableBytes());
}

string retrieveAsString(size_t len)
Expand Down

0 comments on commit e209288

Please sign in to comment.