Skip to content

Commit

Permalink
Cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Jul 19, 2019
1 parent 33a08ff commit 1150e10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/preflight/cli/interactive_results.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ func drawDetails(analysisResult *analyzerunner.AnalyzeResult) {
}

func estimateNumberOfLines(text string, width int) int {
if len(text) < width {
return 1
}

lines := len(text)/width + 1
return lines
}
Expand Down

0 comments on commit 1150e10

Please sign in to comment.