Skip to content

Commit c5d3612

Browse files
committed
Cleanup
1 parent 12cdda4 commit c5d3612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_record/connection_adapters/sqlserver/schema_statements.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ def get_table_name(sql)
673673

674674
# Parses the raw table name that is used in the SQL. Table name could include database/schema/etc.
675675
def get_raw_table_name(sql)
676-
return nil if sql.blank?
676+
return if sql.blank?
677677

678678
s = sql.gsub(/^\s*EXEC sp_executesql N'/i, "")
679679

0 commit comments

Comments
 (0)