Skip to content

Commit

Permalink
MAYA-129061 - Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
frohnej-adsk committed May 12, 2023
1 parent fc700c0 commit 355deb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaUsd/ufe/UsdUndoMaterialCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ void UsdUndoAssignNewMaterialCommand::execute()
createMaterialsScopeCmd->execute();
_cmds->append(createMaterialsScopeCmd);

auto materialsScope = createMaterialsScopeCmd->sceneItem();
auto materialsScope = createMaterialsScopeCmd->sceneItem();
if (!materialsScope || materialsScope->path().empty()) {
// The _createScopeCmd and/or _renameScopeCmd will have emitted errors.
markAsFailed();
Expand Down

0 comments on commit 355deb1

Please sign in to comment.