Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit d0bccae

Browse files
committed
Update TypeCompleter.cs
1 parent bdf08f0 commit d0bccae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/Widgets/AutoComplete/TypeCompleter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void CacheTypes()
6666
else
6767
{
6868
allowedTypes = new();
69-
foreach (var entry in ReflectionUtility.AllTypes))
69+
foreach (var entry in ReflectionUtility.AllTypes)
7070
allowedTypes.Add(entry.Value);
7171
}
7272
}

0 commit comments

Comments
 (0)