mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Code Cleanup
- Removed unnecessary use of the scope resolution operator.
This commit is contained in:
parent
3214dc5d37
commit
fbb217538e
18 changed files with 75 additions and 75 deletions
|
@ -52,7 +52,7 @@ if (open my $fh, '>', 'font.rc')
|
|||
# 1* 1 0 dashes
|
||||
# 1* 1 1 underline
|
||||
#
|
||||
# * When ::isatty (fileno (stdout)) is false, color is automatically disabled.
|
||||
# * When isatty (fileno (stdout)) is false, color is automatically disabled.
|
||||
|
||||
qx{../task rc:font.rc add foo};
|
||||
my $output = qx{../task 1 info rc:font.rc rc.color:off rc._forcecolor:off rc.fontunderline:off};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue