Skip to content

Commit

Permalink
Formatting: Run clang-format
Browse files Browse the repository at this point in the history
From Makefile: make fix
  • Loading branch information
eric15342335 committed Jun 16, 2024
1 parent 0a6a2af commit 4741645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ int main(void) {
if (hsi_history.empty()) {
get_hsi(stocks_list, hsi_history);
}

// Done loading/creating a new file.
std::cout << "Current trading fees are charged at " << trading_fees_percent * 100
<< " %" << std::endl;
Expand Down

0 comments on commit 4741645

Please sign in to comment.