Skip to content

Commit c372f30

Browse files
committed
fmt
1 parent 0c02bac commit c372f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

review.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (this *GitReviewer) ReviewAll() {
9696
if err != nil {
9797
log.Println("Failed to open git GUI:", err)
9898
}
99-
time.Sleep(time.Millisecond*250)
99+
time.Sleep(time.Millisecond * 250)
100100
}
101101
}
102102

0 commit comments

Comments
 (0)