Skip to content

Commit bf2b2af

Browse files
committed
Formatting changes
1 parent 1ae3863 commit bf2b2af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DigitalLearningSolutions.Web/Services/ImportCompetenciesFromFileService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ internal ImportCompetenciesResult ProcessCompetenciesTable(IXLTable table, int a
143143
for (int p = 0; p < placesToMove; p++)
144144
{
145145
frameworkService.MoveFrameworkCompetencyGroup(thisGroup.ID, true, direction);
146-
competenciesRows
146+
}
147+
competenciesRows
147148
.Where(row => row.CompetencyGroup == thisGroup.Name)
148149
.ToList()
149150
.ForEach(row => row.Reordered = true);
150-
}
151151
}
152152
}
153153
}

0 commit comments

Comments
 (0)