Skip to content

Commit df85d8a

Browse files
committed
lint..
1 parent 87da45d commit df85d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/usd/ui/layerEditor/layerTreeModel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ void LayerTreeModel::selectUsdLayerOnIdle(const SdfLayerRefPtr& usdLayer)
284284
QTimer::singleShot(0, this, [this, usdLayer]() {
285285
auto item = findUSDLayerItem(usdLayer);
286286
if (item != nullptr) {
287-
auto index = indexFromItem(item);
287+
auto index = indexFromItem(item);
288288
Q_EMIT selectLayerSignal(index);
289289
}
290290
});

0 commit comments

Comments
 (0)