Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Nov 4, 2024
1 parent 9ddd974 commit a5cb529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clp_ffi_js/ir/IrStreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ auto IrStreamReader::decode_range(size_t begin_idx, size_t end_idx, bool use_fil
clp::ErrorCode::ErrorCode_Failure,
__FILENAME__,
__LINE__,
"Failed to decode message"
"Failed to decode message"
};
}
message = parsed.value();
Expand Down
2 changes: 1 addition & 1 deletion src/submodules/clp
Submodule clp updated 157 files

0 comments on commit a5cb529

Please sign in to comment.