summaryrefslogtreecommitdiff
path: root/src/py_journal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/py_journal.cc')
-rw-r--r--src/py_journal.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/py_journal.cc b/src/py_journal.cc
index 4c3f0fa3..e7cd600a 100644
--- a/src/py_journal.cc
+++ b/src/py_journal.cc
@@ -291,8 +291,7 @@ void export_journal()
;
class_< account_t >
- ("Account",
- init<optional<account_t *, string, string> >()
+ ("Account", init<optional<account_t *, string, string> >()
[with_custodian_and_ward<1, 2>()])
.def(self == self)
.def(self != self)