Skip to content

Commit 3a27116

Browse files
committed
- linting
1 parent 57a648b commit 3a27116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GraphODataTemplateWriter/CodeHelpers/CSharp/TypeHelperCSharp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public static bool IsComplex(this OdcmType type)
198198

199199
public static bool IsComplex(this string t)
200200
{
201-
return !TypeHelperCSharp.SimpleTypes.Contains(t);
201+
return !SimpleTypes.Contains(t);
202202
}
203203

204204
public static string GetNamespaceName(this OdcmNamespace namespaceObject)

0 commit comments

Comments
 (0)