Skip to content

Commit 0b3181c

Browse files
Update src/scitokens_internal.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 33d78ab commit 0b3181c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scitokens_internal.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ SimpleCurlGet::GetStatus SimpleCurlGet::perform_start(const std::string &url) {
8585
if (rv != CURLE_OK) {
8686
throw CurlException("Failed to set CURLOPT_NOSIGNAL.");
8787
}
88-
8988

9089
auto ca_file = configurer::Configuration::get_tls_ca_file();
9190
if (!ca_file.empty()) {

0 commit comments

Comments
 (0)