fix(frontends/lean): style
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
847d8b8c47
commit
e79e0302d0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Author: Leonardo de Moura
|
|||
#include "util/script_state.h"
|
||||
|
||||
namespace lean {
|
||||
void open_frontend_lean(lua_State *) {
|
||||
void open_frontend_lean(lua_State *) { // NOLINT
|
||||
// TODO(Leo)
|
||||
}
|
||||
void register_frontend_lean_module() {
|
||||
|
|
Loading…
Reference in a new issue