Skip to content

Commit

Permalink
astyled
Browse files Browse the repository at this point in the history
  • Loading branch information
katemonster33 committed Feb 15, 2024
1 parent 462adfe commit 7513513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cata_imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void cataimgui::window::draw_colored_text( std::string const &text, nc_color &co
#endif
std::vector<std::string> folded_msg = foldstring( text, chars_per_line );

for( const std::string& line : folded_msg ) {
for( const std::string &line : folded_msg ) {

const auto color_segments = split_by_color( line );
if( is_selected != nullptr ) {
Expand Down

0 comments on commit 7513513

Please sign in to comment.