소스 검색

Fix an extra space in a changes file

Nick Mathewson 6 년 전
부모
커밋
9713ecfc40
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      changes/bug26158

+ 1 - 1
changes/bug26158

@@ -1,4 +1,4 @@
-   o Minor bugfixes (relay):
+  o Minor bugfixes (relay):
      - Relays now correctly block attempts to re-extend to the previous
      - Relays now correctly block attempts to re-extend to the previous
        relay by Ed25519 identity. Previously they would warn in this case,
        relay by Ed25519 identity. Previously they would warn in this case,
        but not actually reject the attempt. Fixes bug 26158; bugfix on
        but not actually reject the attempt. Fixes bug 26158; bugfix on