Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmike committed May 4, 2014
1 parent 2e2934b commit 6cd64dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/project.rb
Expand Up @@ -102,12 +102,12 @@ def tip_for commit
# create user
unless user
generated_password = Devise.friendly_token.first(8)
user = User.create({
user = User.create(
email: email,
password: generated_password,
name: commit.commit.author.name,
nickname: nickname,
})
)
end

if nickname
Expand Down

0 comments on commit 6cd64dd

Please sign in to comment.