Skip to content

Commit

Permalink
MAYA-129538 code format
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebai-adsk committed Jun 26, 2023
1 parent 08e7f0a commit 38ec8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usdUfe/ufe/UsdUndoSelectAfterCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ template <class OTHER_COMMAND> class UsdUndoSelectAfterCommand : public OTHER_CO
// Bring in the base class constructors.
using OtherCommand::OtherCommand;

~UsdUndoSelectAfterCommand() override {}
~UsdUndoSelectAfterCommand() override { }

void execute() override
{
Expand Down

0 comments on commit 38ec8e3

Please sign in to comment.