Skip to content

Commit

Permalink
clang format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boudrey committed Apr 13, 2022
1 parent 0e0b7d8 commit fb799a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/mayaUsd/fileio/primUpdaterManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ PullImportPaths pullImport(
if (status != MStatus::kSuccess) {
MString createSetCmd;
createSetCmd.format("sets -em -name \"^1s\";lockNode \"^1s\";", kPullSetName.asChar());
MDGModifier& dgMod = MDGModifierUndoItem::create("Pull import pull set creation and lock");
MDGModifier& dgMod
= MDGModifierUndoItem::create("Pull import pull set creation and lock");
dgMod.commandToExecute(createSetCmd);
dgMod.doIt();
}
Expand Down

0 comments on commit fb799a6

Please sign in to comment.