Skip to content

Commit

Permalink
Minor spacing fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <[email protected]>
  • Loading branch information
jstone-lucasfilm committed Jun 27, 2023
1 parent e5dfeeb commit 2edec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXGraphEditor/Graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mx::ElementPredicate Graph::getElementPredicate() const
return (_xincludeFiles.count(elem->getSourceUri()) == 0);
}
return true;
};
};
}

void Graph::loadStandardLibraries()
Expand Down

0 comments on commit 2edec2c

Please sign in to comment.