Skip to content

Commit

Permalink
fix not compiling code
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko authored and sfc-gh-jmartinezramirez committed Oct 18, 2024
1 parent e17f2ef commit 071368d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data/Core/TomlConnectionBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private string GetConnectionStringFromTomlTable(TomlTable connectionToml)
connectionStringBuilder.Append($"{mappedProperty}={propertyValue};");
}

AppendTokenFromFileIfNotGivenExplicitly(connectionToml, isOauth, connectionStringBuilder, tokenFilePathValue);");
AppendTokenFromFileIfNotGivenExplicitly(connectionToml, isOauth, connectionStringBuilder, tokenFilePathValue);
return connectionStringBuilder.ToString();
}

Expand Down

0 comments on commit 071368d

Please sign in to comment.