Skip to content

Commit 1fb1e53

Browse files
committed
fix: PR comments
1 parent 325c90d commit 1fb1e53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Scripts/Editor/CollectableDropdown.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ public void Show(Rect rect, Action<CollectableScriptableObject> onSelectedCallba
6565
base.Show(rect);
6666
}
6767
}
68-
}
68+
}

Scripts/Editor/CollectableDropdownItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ public CollectableDropdownItem(CollectableScriptableObject targetCollectable) :
1111
Collectable = targetCollectable;
1212
}
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)