Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Jun 1, 2024
1 parent 6e1b4c1 commit 96c583a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fsmod/File.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace simgrid::fsmod {
/** Retrieves the current file position */
[[nodiscard]] sg_size_t tell() const { return current_position_; }

std::unique_ptr<FileStat> stat() const;
[[nodiscard]] std::unique_ptr<FileStat> stat() const;
};

} // namespace simgrid::fsmod
Expand Down

0 comments on commit 96c583a

Please sign in to comment.