Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
fynsta authored Jun 19, 2024
1 parent 016687d commit 2ced718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faker/default/vehicle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def vin
def manufacturer
fetch('vehicle.manufacturer')
end
alias_method :manufacture, :manufacturer
alias manufacture manufacturer

##
# Produces a random vehicle make.
Expand Down

0 comments on commit 2ced718

Please sign in to comment.