Skip to content

Commit 653b779

Browse files
authored
Fix bad merge (#232)
1 parent 26f1438 commit 653b779

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/runtime/assemblymanager.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ public static AssemblyName[] ListAssemblies()
399399
//===================================================================
400400

401401
public static bool IsValidNamespace(string name)
402+
{
402403
return !String.IsNullOrEmpty(name) && namespaces.ContainsKey(name);
403404
}
404405

@@ -482,4 +483,4 @@ public static Type LookupType(string qname)
482483
return null;
483484
}
484485
}
485-
}
486+
}

0 commit comments

Comments
 (0)