Skip to content

Commit

Permalink
lint: Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnuon committed Oct 24, 2023
1 parent 1327022 commit b488581
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function renderComponent(placeholder, onSubmit, onChange) {

describe('CoursewareSearchToggle', () => {
const placeholderText = 'Search for courseware';
let onSubmitHandlerMock; let
onChangeHandlerMock;
let onSubmitHandlerMock;
let onChangeHandlerMock;

beforeAll(async () => {
onChangeHandlerMock = jest.fn();
Expand Down

0 comments on commit b488581

Please sign in to comment.