Skip to content

Commit 83c1e58

Browse files
Update src/scitokens_internal.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 52da900 commit 83c1e58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/scitokens_internal.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ SimpleCurlGet::GetStatus SimpleCurlGet::perform_start(const std::string &url) {
8989
}
9090

9191
std::string SimpleCurlGet::get_url() const {
92-
if (!m_curl) {return "";}
92+
if (!m_curl) {
93+
return "";
94+
}
9395

9496
char *url = nullptr;
9597
auto rv = curl_easy_getinfo(m_curl.get(), CURLINFO_EFFECTIVE_URL, &url);

0 commit comments

Comments
 (0)