Procházet zdrojové kódy

Fix formatting in NEWS.

Jelmer Vernooij před 8 roky
rodič
revize
fe54e04747
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.