瀏覽代碼

Add newlines for logs after progress bars

Signed-off-by: Robert Lin <robertlin1@gmail.com>
Robert Lin 6 年之前
父節點
當前提交
8b8102e452
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/plumbing/renames.go

+ 1 - 1
internal/plumbing/renames.go

@@ -389,7 +389,7 @@ func (ra *RenameAnalysis) blobsAreClose(blob1 *CachedBlob, blob2 *CachedBlob) (b
 	cleanReturn := false
 	defer func() {
 		if !cleanReturn {
-			ra.l.Warnf("unclean return detected for blobs '%s' and '%s'\n",
+			ra.l.Warnf("\nunclean return detected for blobs '%s' and '%s'\n",
 				blob1.Hash.String(), blob2.Hash.String())
 		}
 	}()