Fix indentation

This commit is contained in:
Jesse C. Fisher 2015-06-30 06:37:02 -07:00
parent 13049b9b3d
commit 52b038b514

View File

@ -1,7 +1,6 @@
FactoryGirl.define do FactoryGirl.define do
factory :player_card do factory :player_card do
player nil player nil
card nil card nil
end end
end end