delete trailing whitespace
1 files changed, 1 insertions(+), 1 deletions(-) M hgext3rd/confman/managed.py
M hgext3rd/confman/managed.py +1 -1
@@ 163,7 163,7 @@ def repoclassbyconf(conf, path): if uri.path.endswith('.tar.gz') or uri.path.endswith('.tar.bz2'): return tgzrepo if uri.path.endswith('.zip'): - return ziprepo + return ziprepo return hgrepo