Skip to content

Commit

Permalink
馃洜 Remove potential double '='.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Oct 1, 2022
1 parent 8b6af86 commit 1a9cc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ztd/text/basic_iconv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace ztd { namespace text {
#if ZTD_IS_ON(ZTD_PLATFORM_LIBICONV)
__empty_state
#else
= basic_no_encoding<_CodeUnit, _CodePoint>
basic_no_encoding<_CodeUnit, _CodePoint>
#endif
;
} // namespace __txt_detail
Expand Down

0 comments on commit 1a9cc43

Please sign in to comment.