From e56065d0f39277413fc1e67b5380eead562acdec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20M=C3=A4der?= <maeder@phys.ethz.ch> Date: Tue, 30 Mar 2021 14:43:59 +0200 Subject: [PATCH] Fix trailing whitespace --- lib/isg/dphysldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isg/dphysldap.py b/lib/isg/dphysldap.py index 7aaeb68..b52dcc4 100644 --- a/lib/isg/dphysldap.py +++ b/lib/isg/dphysldap.py @@ -60,7 +60,7 @@ class Entry(collections.abc.MutableMapping): def __len__(self): return len(self._dict) - + def __str__(self): """ Modifies the "informal" string value of str(x) or print(x) -- GitLab