Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasdmoeller committed Oct 17, 2024
1 parent 645fd4e commit acb08f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private OpenApiInfo CreateVersionInfo(
};

if (description.IsDeprecated)
info.Description += "\r\n This API version has been deprecated. Please use one of the new APIs available from the explorer.";
info.Description += " This API version has been deprecated. Please use one of the new APIs available from the explorer.";

return info;
}
Expand Down

0 comments on commit acb08f8

Please sign in to comment.