Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Nov 21, 2023
1 parent 1fc3ade commit 677692c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static bool DoesPathStartsWithSlash(string path)
/// </summary>
/// <param name="dataTypeName">the name of the data type.
/// <exception cref="NotSupportedException">Thrown if the data type is not supported.</exception>
/// <returns>Returns a task for updating a digital twin instance.</returns>
/// <returns>Returns a task for updating a digital twin instance.</returns>
public static Type GetDataTypeFromString(string dataTypeName)
{
if (!dataTypeNameToConverterMap.TryGetValue(dataTypeName, out Type value))
Expand Down

0 comments on commit 677692c

Please sign in to comment.