Remove trailing whitespace

This commit is contained in:
Nick Hall 2016-11-28 22:16:49 +00:00
parent ee4e652cac
commit 5826307b63

View File

@ -949,7 +949,7 @@ class DBAPI(DbGeneric):
# Find existing references
sql = ("SELECT ref_class, ref_handle " +
"FROM reference WHERE obj_handle = ?")
self.dbapi.execute(sql, [obj.handle])
self.dbapi.execute(sql, [obj.handle])
existing_references = set(self.dbapi.fetchall())
# Once we have the list of rows that already have a reference