Skip to content

Commit ead58fb

Browse files
committed
Replace tabs with spaces
How did that happen?
1 parent c287295 commit ead58fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/active_record/returning_attributes/accessor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module ActiveRecord
44
module ReturningAttributes
5-
module Accessor
5+
module Accessor
66
extend ActiveSupport::Concern
77

88
included do

lib/active_record/returning_attributes/patching.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module ActiveRecord
55
module ReturningAttributes
6-
module Patching
6+
module Patching
77
def self.patch_base
88
Base.include(Accessor)
99
end

lib/active_record/returning_attributes/with_returning.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ActiveRecord
22
module ReturningAttributes
3-
module WithReturning
3+
module WithReturning
44
def with_returning_attributes(attributes)
55
begin
66
@_returning_attributes = attributes

0 commit comments

Comments
 (0)