Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Feb 28, 2025
1 parent 03bd5b9 commit c0120ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clp_ffi_js/ir/StructuredIrStreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ constexpr std::string_view cMergedKvPairsUserGeneratedKey{"user-generated"};
[[nodiscard]] auto dump_json_with_replace(nlohmann::json const& json) -> std::string;

/**
* @param leaf_node_type The type of the leaf node for the schema tree full branch.
* @return A schema tree full branch constructed based on the provided filter option and leaf node
* type.
* @param leaf_node_type The type of the leaf node for the schema tree full branch.
* @return A schema tree full branch constructed based on the provided filter option and leaf node
* type.
* @return A schema tree full branch constructed based on the provided reader option.
* @return std::nullopt if `option` is `null`.
*/
Expand Down

0 comments on commit c0120ec

Please sign in to comment.