Skip to content

Commit 8f2d52a

Browse files
committed
format
1 parent 8adb407 commit 8f2d52a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/public/src/factories/course.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ export const makeLearnerRecordProgram = (): LearnerRecordProgram => ({
383383
})
384384

385385
export const makePartnerSchool = (): PartnerSchool => ({
386-
id: genPartnerSchoolId.next().value,
387-
name: casual.company_name
386+
id: genPartnerSchoolId.next().value,
387+
name: casual.company_name
388388
})
389389

390390
export const makeLearnerRecordShare = (

0 commit comments

Comments
 (0)