From dda9d6d4de85d16c052b6e34bbf021f100d35af2 Mon Sep 17 00:00:00 2001 From: Dhruv Govil Date: Mon, 23 Sep 2024 14:55:18 -0700 Subject: [PATCH] Remove extra whitespace line Signed-off-by: Dhruv Govil --- source/MaterialXFormat/File.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/MaterialXFormat/File.cpp b/source/MaterialXFormat/File.cpp index 3fa0bbcb43..62b7ec39a8 100644 --- a/source/MaterialXFormat/File.cpp +++ b/source/MaterialXFormat/File.cpp @@ -371,7 +371,6 @@ FilePath FilePath::getModulePath() #endif } - FileSearchPath getEnvironmentPath(const string& sep) { string searchPathEnv = getEnviron(MATERIALX_SEARCH_PATH_ENV_VAR);