Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jul 10, 2024
1 parent e01bf1b commit 5f586c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/FS/src/FS.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class File : public Stream {
bool seek(uint32_t pos) {
return seek(pos, SeekSet);
}
size_t position() const; // returns (size_t)-1 on error
size_t position() const; // returns (size_t)-1 on error
size_t size() const;
bool setBufferSize(size_t size);
void close();
Expand Down

0 comments on commit 5f586c4

Please sign in to comment.