Skip to content

Commit 737d4c8

Browse files
author
nshaheed
committed
formatting update
1 parent c842920 commit 737d4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/exec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void printPackagesMultiLine(Manager *mgr, bool print_installed) {
9393
}
9494

9595
std::cout << " │ └─ " << TC::green("Install Path: ", TRUE)
96-
<< install_path << std::endl;
96+
<< install_path << std::endl;
9797
}
9898

9999
std::cout << " ├─ " << TC::blue("Latest Version: ", TRUE) << latest_version

0 commit comments

Comments
 (0)