소스 검색

Fix formatting in NEWS.

Jelmer Vernooij 8 년 전
부모
커밋
fe54e04747
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      NEWS

+ 1 - 1
NEWS

@@ -24,7 +24,7 @@
     (Koen Martens)
 
   * Fix handling of ``Commit.tree`` being set to an actual
-   tree object rather than a tree id. (Jelmer Vernooij)
+    tree object rather than a tree id. (Jelmer Vernooij)
 
   * Return remote refs from LocalGitClient.fetch_pack(),
     consistent with the documentation for that method.