Formatting

This commit is contained in:
Wizzard 2024-04-10 05:20:51 -04:00
parent 8436769aa8
commit f5816bd796
1 changed files with 0 additions and 2 deletions

View File

@ -113,7 +113,6 @@ int main() {
int c; int c;
while(1) { while(1) {
if (needsFetch) { if (needsFetch) {
printw("Fetching SOL conversion rate, please wait...\n"); printw("Fetching SOL conversion rate, please wait...\n");
refresh(); refresh();
@ -161,7 +160,6 @@ int main() {
} }
displayMenu(menu_win, highlight, choices, n_choices, rate); displayMenu(menu_win, highlight, choices, n_choices, rate);
} }
endwin(); endwin();
return 0; return 0;
} }