Skip to content

Commit 1faeb39

Browse files
Style fix
1 parent 89b7338 commit 1faeb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/filesystem/littlefsv2/include/littlefsv2/LittleFileSystem2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ class LittleFileSystem2 : public mbed::FileSystem {
290290

291291
private:
292292
lfs2_t _lfs{}; // The actual file system
293-
struct lfs2_config _config{};
293+
struct lfs2_config _config {};
294294
mbed::BlockDevice *_bd = nullptr; // The block device
295295

296296
// thread-safe locking

0 commit comments

Comments
 (0)