Skip to content

Commit 7024428

Browse files
committed
Remove superfluous empty lines
1 parent 0331227 commit 7024428

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/UFile.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ class UFile{
179179
*/
180180
String getPathAsString();
181181

182-
183182
/**
184183
* @brief Returns the number of bytes available to read
185184
* @return The number of bytes available to read as int

src/USBStorage.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,4 @@ bool USBStorage::format(FileSystems fs){
8080
this -> fileSystem = FS_LITTLEFS;
8181
return mkfs(DEV_USB, FS_LITTLEFS) == 0;
8282
}
83-
8483
}

0 commit comments

Comments
 (0)