Skip to content

Commit 5f586c4

Browse files
ci(pre-commit): Apply automatic fixes
1 parent e01bf1b commit 5f586c4

File tree

1 file changed

+1
-1
lines changed
  • libraries/FS/src

1 file changed

+1
-1
lines changed

Diff for: libraries/FS/src/FS.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class File : public Stream {
6464
bool seek(uint32_t pos) {
6565
return seek(pos, SeekSet);
6666
}
67-
size_t position() const; // returns (size_t)-1 on error
67+
size_t position() const; // returns (size_t)-1 on error
6868
size_t size() const;
6969
bool setBufferSize(size_t size);
7070
void close();

0 commit comments

Comments
 (0)