Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungbq authored and imikejackson committed Jan 14, 2024
1 parent 13ee8df commit 9a752bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/simplnx/Utilities/FileUtilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ Result<> SIMPLNX_EXPORT ValidateInputDir(const fs::path& path);
Result<> SIMPLNX_EXPORT ValidateDirectoryWritePermission(const fs::path& path, bool isFile);

//-----------------------------------------------------------------------------
Result<> COMPLEX_EXPORT ValidateOutputFile(const fs::path& path);
Result<> SIMPLNX_EXPORT ValidateOutputFile(const fs::path& path);

//-----------------------------------------------------------------------------
Result<> COMPLEX_EXPORT ValidateOutputDir(const fs::path& path);
Result<> SIMPLNX_EXPORT ValidateOutputDir(const fs::path& path);

//-----------------------------------------------------------------------------
Result<> COMPLEX_EXPORT ValidateCSVFile(const std::string& filePath);
} // namespace complex::FileUtilities
Result<> SIMPLNX_EXPORT ValidateCSVFile(const std::string& filePath);
} // namespace nx::core::FileUtilities

0 comments on commit 9a752bc

Please sign in to comment.