Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
JGamache-autodesk committed Jul 4, 2023
1 parent f41b733 commit d5e899e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usd/ui/layerEditor/mayaLayerEditorWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void MayaLayerEditorWindow::onClearUIOnSceneReset()
LayerTreeModel::suspendUsdNotices(true);
setCentralWidget(nullptr);
delete _layerEditor;
_sessionState.setStageEntry(UsdLayerEditor::SessionState::StageEntry{});
_sessionState.setStageEntry(UsdLayerEditor::SessionState::StageEntry {});

QTimer::singleShot(2000, this, &MayaLayerEditorWindow::onCreateUI);
}
Expand Down

0 comments on commit d5e899e

Please sign in to comment.