Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
MaynardMiner committed Oct 3, 2019
1 parent a6650e7 commit 4f90168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/powershell/benchmark/attempt.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ function Global:Start-Benchmark {
$global:WasBenchmarked = $True
Global:Get-Intensity $_.Type $_.Symbol $_.Path
log "Stat Written" -foregroundcolor green
log "Was this stat not correct? You can run command 'bench miner $($_.Name)' or 'bench algorithm $($_.algo)' to reset benchmark`n" -foregroundcolor cyan
if($IsWindows) { log "There is also a batch file labeled swarm_start_$($_.algo).bat for testing in .\bin\$($_.name)" -foregroundcolor cyan }
if($IsLinux) { log "There is also a bash file labeled swarm_start_$($_.algo).sh for testing in .\bin\$($_.name)" -foregroundcolor cyan }
log "Was this stat not correct? You can run command 'bench miner $($_.Name)' or 'bench algorithm $($_.algo)' to reset benchmark" -foregroundcolor cyan
if($IsWindows) { log "There is also a batch file labeled swarm_start_$($_.algo).bat for testing in .\bin\$($_.name)`n" -foregroundcolor cyan }
if($IsLinux) { log "There is also a bash file labeled swarm_start_$($_.algo).sh for testing in .\bin\$($_.name)`n" -foregroundcolor cyan }
$Global:Strike = $false
}
}
Expand Down

0 comments on commit 4f90168

Please sign in to comment.