Skip to content

Commit 3c7a292

Browse files
committed
missing semicolon
1 parent bc4d323 commit 3c7a292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit.Tools/DependencyWindow/DependencyWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ private static bool DoesNodeHaveExtension(DependencyGraphNode node, string[] tar
411411

412412
private static bool IsGuidValid(string guid)
413413
{
414-
return !string.IsNullOrEmpty(guid) && guid != nullGuid;
414+
return !string.IsNullOrEmpty(guid) && guid != nullGuid
415415
&& !string.IsNullOrEmpty(Path.GetExtension(AssetDatabase.GUIDToAssetPath(guid)));
416416
}
417417

0 commit comments

Comments
 (0)