Skip to content

Commit 78a8dc7

Browse files
Fix styling.
1 parent 0f291c0 commit 78a8dc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

+dj/Relvar.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ function cleanup(self)
8787
self.schema.conn.tableToClass(child),list)), rels(i).children)
8888
% and restrict them by it or its restrictions
8989
if restrictByMe(i)
90-
fk_index = arrayfun(@(x) strcmp(x.from, rels(ix).fullTableName),...
91-
self.schema.conn.foreignKeys, 'uni', true);
90+
fk_index = arrayfun(...
91+
@(x) strcmp(x.from, rels(ix).fullTableName), ...
92+
self.schema.conn.foreignKeys, 'uni', true);
9293
fks = self.schema.conn.foreignKeys(fk_index);
9394
if ~fks.aliased
9495
rels(ix).restrict(proj(rels(i)));

0 commit comments

Comments
 (0)