We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a1897 commit d8177bdCopy full SHA for d8177bd
include/triton/common/triton_json.h
@@ -211,7 +211,7 @@ class TritonJson {
211
<< " at offset " << document.GetErrorOffset() << ".";
212
213
// Show part of the JSON to help debugging
214
- const size_t preview_length = 100;
+ const size_t preview_length = 100;
215
std::string json_preview = json.substr(0, preview_length);
216
if (json.size() > preview_length) {
217
json_preview += "...";
0 commit comments