Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Jan 25, 2025
1 parent a50c6e2 commit 1976731
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom-prompt/custom-prompt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,7 @@ void report_command_status(std::string_view& last_command, int exit_code, long l
* @param git_repository_information_future Git information provider.
* @param venv Python virtual environment.
*/
void display_primary_prompt(
int shlvl, std::future<std::string> & git_repository_information_future, char const* venv)
void display_primary_prompt(int shlvl, std::future<std::string>& git_repository_information_future, char const* venv)
{
std::cout << "\n" HOST_ICON " " BBI_YELLOW HOST RESET "" BB_CYAN DIRECTORY RESET;
if (git_repository_information_future.wait_for(std::chrono::milliseconds(150)) != std::future_status::ready)
Expand Down

0 comments on commit 1976731

Please sign in to comment.