Browse Source

Style: remove comma.

cl-refactor
Paweł Bylica 10 years ago
parent
commit
1c91435c2c
  1. 2
      libevm/VMFactory.h

2
libevm/VMFactory.h

@ -27,7 +27,7 @@ enum class VMKind
{
Interpreter,
JIT,
Smart,
Smart
};
class VMFactory

Loading…
Cancel
Save