Skip to content

Commit

Permalink
style(autofix.ci): automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 7, 2024
1 parent f98f72a commit ae630f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/debug_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static int info_uilist( bool display_all_entries = true )
{ uilist_entry( DEBUG_SAVE_SCREENSHOT, true, 'H', _( "Take screenshot" ) ) },
{ uilist_entry( DEBUG_BUG_REPORT, true, 'U', _( "Submit a bug report on github" ) ) },
{ uilist_entry( DEBUG_GAME_REPORT, true, 'r', _( "Generate game report" ) ) },
{ uilist_entry( DEBUG_JOIN_DISCORD, true, 'J', _("Join us on Discord")) },
{ uilist_entry( DEBUG_JOIN_DISCORD, true, 'J', _( "Join us on Discord" ) ) },
};

if( display_all_entries ) {
Expand Down Expand Up @@ -2120,8 +2120,8 @@ void debug()
break;

case DEBUG_JOIN_DISCORD: {
open_url("https://discord.gg/mXUSMGTc");
popup(_("Opened a link to join Bright Nights Discord."));
open_url( "https://discord.gg/mXUSMGTc" );
popup( _( "Opened a link to join Bright Nights Discord." ) );
break;
}

Expand Down

0 comments on commit ae630f8

Please sign in to comment.