Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Nov 25, 2024
1 parent 4975f79 commit 7346715
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/clp_ffi_js/ir/StructuredIrUnitHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ auto parse_log_level(std::string_view str) -> LogLevel;
*/

auto parse_log_level(std::string_view str) -> LogLevel {
LogLevel log_level{LogLevel::NONE};

// Convert the string to uppercase.
std::string log_level_name_upper_case{str};
std::ranges::transform(
Expand Down

0 comments on commit 7346715

Please sign in to comment.