Skip to content

Commit

Permalink
Reverting spacing change
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDervishi committed Jul 6, 2023
1 parent b38df65 commit 0bd7262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/assignment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ def summary_json(user)

criteria_shown = Set.new
max_mark = 0

selected_criteria = user.instructor? ? self.criteria : self.ta_criteria
criteria_columns = selected_criteria.filter_map do |crit|
unassigned = !assigned_criteria.nil? && assigned_criteria.exclude?(crit.id)
Expand Down

0 comments on commit 0bd7262

Please sign in to comment.