Skip to content

Commit

Permalink
Code updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteDecoder committed Nov 23, 2023
1 parent 05f9241 commit ea9cef5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Queryology/QueryologyEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,4 @@ private IEnumerable<Type> GetLoadedTypes(Type targetType) =>
AppDomain.CurrentDomain.GetAssemblies()
.SelectMany(assembly => assembly.GetTypes())
.Where(targetType.IsAssignableFrom);

}
}

0 comments on commit ea9cef5

Please sign in to comment.