Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Aegeontis committed Sep 24, 2024
1 parent a907975 commit e781d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WantedBy=multi-user.target

Future<void> installYdotool(bool installToSystem) async {
print(
"${red}Error: ydotool or ydotoold not found in PATH ${installToSystem ? "" : "or in pwd"}.${reset}");
"${red}Error: ydotool or ydotoold not found in PATH${installToSystem ? "" : "or in pwd"}.${reset}");
print(
"${green}Attempt to download latest ydotool from https://github.com/nyxnor/ydotool ?${reset}");
if (installToSystem) {
Expand Down

0 comments on commit e781d49

Please # to comment.