Skip to content

Commit 87f3f88

Browse files
authored
Merge pull request code-dot-org#26961 from code-dot-org/fix-linting-error
fix one prettier formatting error that slipped through
2 parents 0534de2 + 54cdf32 commit 87f3f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/src/code-studio/pd/application/teacher1920/Teacher1920Application.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Section3TeachingBackground from './Section3TeachingBackground';
66
import Section4ProfessionalLearningProgramRequirements from './Section4ProfessionalLearningProgramRequirements';
77
import Section5AdditionalDemographicInformation from './Section5AdditionalDemographicInformation';
88
import Section6Submission from './Section6Submission';
9-
import firehoseClient from "@cdo/apps/lib/util/firehose";
9+
import firehoseClient from '@cdo/apps/lib/util/firehose';
1010
/* global ga */
1111

1212
export default class Teacher1920Application extends FormController {

0 commit comments

Comments
 (0)