Преглед на файлове

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.