Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
Fix style violation
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Mar 8, 2015
1 parent 37e6103 commit 44c2e53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/xapi/backup.rb
Expand Up @@ -19,13 +19,13 @@ def problems

def iterations
data.map {|row|
Iteration.new(row, Problem.new(
attributes = {
track_id: row['track'],
language: row['track'],
slug: row['slug'],
path: path,
)
)
}
Iteration.new(row, Problem.new(attributes))
}
end

Expand Down

0 comments on commit 44c2e53

Please sign in to comment.