Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 9, 2024
1 parent 2657528 commit df6c940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/lua_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ namespace bee::lua_thread {

struct rpc {
atomic_semaphore sem = atomic_semaphore(0);
void* data = nullptr;
void* data = nullptr;
};

static channelmgr g_channel;
Expand Down

0 comments on commit df6c940

Please sign in to comment.