Skip to content

Commit cf53dfc

Browse files
niheavenr15ch13
andauthored
fix(core): Remove () from Test-Aria2Enabled
Co-Authored-By: r15ch13 <r15ch13+git@gmail.com>
1 parent 6bc8424 commit cf53dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function Test-HelperInstalled {
220220
return ![String]::IsNullOrWhiteSpace((Get-HelperPath -Helper $Helper))
221221
}
222222

223-
function Test-Aria2Enabled() {
223+
function Test-Aria2Enabled {
224224
return (Test-HelperInstalled -Helper Aria2) -and (get_config 'aria2-enabled' $true)
225225
}
226226

0 commit comments

Comments
 (0)