Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaDemianenko committed Feb 1, 2018
1 parent c1049c8 commit 1398728
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -24,7 +24,8 @@
*/
public interface MemoryStatsVisitor
{
Visitable NONE = visitor -> { // report no memory
Visitable NONE = visitor ->
{ // report no memory
};

interface Visitable
Expand Down

0 comments on commit 1398728

Please sign in to comment.