We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c02bac commit c372f30Copy full SHA for c372f30
1 file changed
review.go
@@ -96,7 +96,7 @@ func (this *GitReviewer) ReviewAll() {
96
if err != nil {
97
log.Println("Failed to open git GUI:", err)
98
}
99
- time.Sleep(time.Millisecond*250)
+ time.Sleep(time.Millisecond * 250)
100
101
102
0 commit comments