Skip to content

Commit 7cc20a5

Browse files
committed
fix identation
1 parent 92ca317 commit 7cc20a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rails_stats/stats_calculator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def initialize(root_directory)
1818
@test_loc = calculate_tests
1919
@schema = calculate_create_table_calls
2020
@sti = calculate_sti
21-
@polymorphic = calculate_polymorphic
21+
@polymorphic = calculate_polymorphic
2222
@files_total, @code_total, @tests_total, @grand_total = calculate_totals
2323
end
2424

0 commit comments

Comments
 (0)