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