| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3e9557e commit df5dee4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -283,7 +283,7 @@ static void ScanAssembly(Assembly assembly) { | |||
| 283 | 283 | namespaces[ns].Add(assembly, String.Empty); | |
| 284 | 284 | } | |
| 285 | 285 | ||
| 286 | - if (ns!=null && t.IsGenericTypeDefinition) { | ||
| 286 | + if (ns != null && t.IsGenericTypeDefinition) { | ||
| 287 | 287 | GenericUtil.Register(t); | |
| 288 | 288 | } | |
| 289 | 289 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments