chore: lsp + format
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
|
||||
namespace esp32lua {
|
||||
|
||||
// A platform module compiled to bytecode and linked into the firmware. The module searcher
|
||||
// tries the SD card first, so a local copy shadows the packaged one.
|
||||
// A platform module compiled to bytecode and linked into the firmware. The
|
||||
// module searcher tries the SD card first, so a local copy shadows the packaged
|
||||
// one.
|
||||
struct EmbeddedModule {
|
||||
const char* name;
|
||||
const unsigned char* data;
|
||||
@@ -15,4 +16,4 @@ struct EmbeddedModule {
|
||||
extern const EmbeddedModule embedded_modules[];
|
||||
extern const size_t embedded_modules_count;
|
||||
|
||||
} // namespace esp32lua
|
||||
} // namespace esp32lua
|
||||
|
||||
Reference in New Issue
Block a user