Skip to content

Commit b26b84a

Browse files
authored
Fix the namespace of HasValue (#1571)
2 parents d630fe2 + 0428309 commit b26b84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Revit_Core_Engine/Query/HasValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
using BH.oM.Base.Attributes;
2525
using System.ComponentModel;
2626

27-
namespace BH.Engine.Verification
27+
namespace BH.Revit.Engine.Core
2828
{
2929
public static partial class Query
3030
{

0 commit comments

Comments
 (0)