Skip to content
Commit fba70d27 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by Chris Lamb
Browse files

comparators/directory.py: fix whitespace for black 21.12

On black-21.12 test fails as:

    --- diffoscope/comparators/directory.py     2022-01-26 11:54:10.953755 +0000
    +++ diffoscope/comparators/directory.py     2022-01-26 11:54:18.335859 +0000
    @@ -46,11 +46,10 @@
                     "%Y-%m-%d %H:%M:%S",
                     "-f",
                     "%Sp %l %Su %Sg %z %Sm %k %b %#Xf",
                     self.path,
                 ]
    -
     else:
         class Stat(Command):

The change drops extra whitespace.
parent 3b515cc5
Loading
Loading
Loading
Pipeline #342011 passed with stages
in 29 minutes and 46 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment