Skip to content

Commit 51b0176

Browse files
committed
Remove unused returning value stream
1 parent f10a646 commit 51b0176

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

activerecord/lib/active_record/schema_dumper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ def table(table, stream)
163163
stream.puts "# #{e.message}"
164164
stream.puts
165165
end
166-
167-
stream
168166
end
169167

170168
# Keep it for indexing materialized views

0 commit comments

Comments
 (0)