Skip to content

Commit d8177bd

Browse files
committed
Clean up formatting
1 parent 82a1897 commit d8177bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/triton/common/triton_json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class TritonJson {
211211
<< " at offset " << document.GetErrorOffset() << ".";
212212

213213
// Show part of the JSON to help debugging
214-
const size_t preview_length = 100;
214+
const size_t preview_length = 100;
215215
std::string json_preview = json.substr(0, preview_length);
216216
if (json.size() > preview_length) {
217217
json_preview += "...";

0 commit comments

Comments
 (0)