Skip to content

Commit 93c0ed0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scitokens_internal.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,8 @@ std::unique_ptr<AsyncStatus> Validator::get_public_keys_from_web_continue(
665665
auto err = picojson::parse(json_obj, metadata);
666666
if (!err.empty()) {
667667
throw JsonException(
668-
"JSON parse failure when downloading from the metadata URL "
669-
+ status->m_cget->get_url() + ": " + err);
668+
"JSON parse failure when downloading from the metadata URL " +
669+
status->m_cget->get_url() + ": " + err);
670670
}
671671
if (!json_obj.is<picojson::object>()) {
672672
throw JsonException(

0 commit comments

Comments
 (0)