summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-04-18 17:58:58 +0300
committerLars Wirzenius <liw@liw.fi>2015-04-18 17:58:58 +0300
commitbf173afb7020c66ef752f60d1a413bf52eb3725f (patch)
treeaddb3d4adf6be9ad02e685be93d5bb3a3f8e0c2f
parent407a725ef45f5d28476b4be5960f685765d89bb7 (diff)
downloadclab-bf173afb7020c66ef752f60d1a413bf52eb3725f.tar.gz
Remove superfluous whitespace
-rwxr-xr-xclab2
1 files changed, 1 insertions, 1 deletions
diff --git a/clab b/clab
index f68077b..776b475 100755
--- a/clab
+++ b/clab
@@ -47,7 +47,7 @@ class Entry(object):
v = self._dict[key]
if type(v) is dict:
return v
- return { '': v }
+ return {'': v}
return {}