Skip to content

Commit

Permalink
reduce unnecessary else
Browse files Browse the repository at this point in the history
  • Loading branch information
divvyseldome committed May 29, 2021
1 parent f8a5cfc commit 5a11567
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chia-log-analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,8 @@ func parseLines(lines []string) {
} else {
if lastRow == s {
startParsingLines = true
continue
} else {
continue
}
continue
}
}

Expand Down

0 comments on commit 5a11567

Please sign in to comment.