Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df5dee4

Browse files
committed
Fix source code formatting
1 parent 3e9557e commit df5dee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonnet/src/runtime/assemblymanager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ static void ScanAssembly(Assembly assembly) {
283283
namespaces[ns].Add(assembly, String.Empty);
284284
}
285285

286-
if (ns!=null && t.IsGenericTypeDefinition) {
286+
if (ns != null && t.IsGenericTypeDefinition) {
287287
GenericUtil.Register(t);
288288
}
289289
}

0 commit comments

Comments
 (0)