Skip to content

Commit 63f6c9c

Browse files
committed
Updated comments
1 parent 7759fda commit 63f6c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntityFramework.Reverse.POCO.Generator/Database.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@
312312
return tableName;
313313
}
314314
};
315-
// Return true to include this table in the db context
316315

316+
// Return true to include this table in the db context
317317
ConfigurationFilter = (Table t) =>
318318
{
319319
return true;

0 commit comments

Comments
 (0)