chiark / gitweb /
Style: Remove a spurious blank line
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Oct 2018 12:41:57 +0000 (13:41 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Oct 2018 14:17:27 +0000 (15:17 +0100)
commit219242de4a77548d33a8e4b3d0b66bf453f9ec98
tree5c4ac4fa7cef9c2ca2240d8d47f325161fffc425
parentcaffd60d4309254ea9cb63cd34e50674447a0344
Style: Remove a spurious blank line

Weirdly, detected by flake8 as a missing blank line.

  ./gbp/git/repository.py:1890:5: E301 expected 1 blank line, found 0

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
gbp/git/repository.py