Skip to content

Commit aaf2b0d

Browse files
committed
Removed extraneous newlines that were added by jscodeshift
1 parent c2f393f commit aaf2b0d

File tree

124 files changed

+0
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+0
-124
lines changed

apps/src/applab/AppLabCrosshairOverlay.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @file App Lab-specific Crosshair Overlay */
22

33
import PropTypes from 'prop-types';
4-
54
import React from 'react';
65
import CrosshairOverlay from '../templates/CrosshairOverlay';
76
import { draggedElementDropPoint } from './gridUtils';

apps/src/applab/AppLabTooltipOverlay.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import $ from 'jquery';
22

33
/** @file App Lab-specific Tooltip Overlay */
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import TooltipOverlay, {coordinatesProvider} from '../templates/TooltipOverlay';
87
import { getId } from './designElements/elementUtils';

apps/src/applab/AppLabView.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @file Top-level view for App Lab */
22
import PropTypes from 'prop-types';
3-
43
import React from 'react';
54
import { connect } from 'react-redux';
65
import ImportProjectDialog from './ImportProjectDialog';

apps/src/applab/PlaySpaceHeader.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @file Row of controls above the visualization. */
22

33
import PropTypes from 'prop-types';
4-
54
import React from 'react';
65

76
import {ApplabInterfaceMode} from './constants';

apps/src/applab/designElements/ImagePickerPropertyRow.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* global dashboard */
22

33
import PropTypes from 'prop-types';
4-
54
import React from 'react';
65

76
import * as rowStyle from './rowStyle';

apps/src/code-studio/components/AbuseError.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* eslint-disable react/no-danger */
22
import PropTypes from 'prop-types';
3-
43
import React from 'react';
54

65
/**

apps/src/code-studio/components/AssetManager.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* eslint-disable react/no-is-mounted */
22
import PropTypes from 'prop-types';
3-
43
import React from 'react';
54
import {assets as assetsApi, files as filesApi} from '@cdo/apps/clientApi';
65

apps/src/code-studio/components/AssetUploader.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @file Upload button wrapping a hidden uploader component. */
22
import PropTypes from 'prop-types';
3-
43
import React from 'react';
54
import HiddenUploader from './HiddenUploader.jsx';
65
import {assets as assetsApi, files as filesApi} from '@cdo/apps/clientApi';

apps/src/code-studio/components/Attachments.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/* global dashboard */
33

44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import {assets as assetsApi} from '@cdo/apps/clientApi';
87
import assetListStore from '../assets/assetListStore';

apps/src/code-studio/components/CellEditor.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @see @code-dot-org/maze/src/cell
55
*/
66
import PropTypes from 'prop-types';
7-
87
import React from 'react';
98
import { tiles } from '@code-dot-org/maze';
109

apps/src/code-studio/components/GridEditor.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Supports both Bee and Farmer skins.
55
*/
66
import PropTypes from 'prop-types';
7-
87
import React from 'react';
98

109
import {cells, utils as mazeUtils} from '@code-dot-org/maze';

apps/src/code-studio/components/HiddenUploader.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import $ from 'jquery';
22

33
/** @file Hidden file input with interface for handling uploads. */
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import firehoseClient from "@cdo/apps/lib/util/firehose";
87

apps/src/code-studio/components/ReportAbuseForm.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* eslint-disable react/no-danger */
22
import PropTypes from 'prop-types';
3-
43
import React from 'react';
54
import ReactDOM from 'react-dom';
65
import AgeDropdown from '@cdo/apps/templates/AgeDropdown';

apps/src/code-studio/components/ShareAllowedDialog.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* global dashboard */
22

33
import PropTypes from 'prop-types';
4-
54
import React from 'react';
65
import { connect } from 'react-redux';
76
import BaseDialog from '../../templates/BaseDialog';

apps/src/code-studio/components/SmallFooter.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import $ from 'jquery';
33
/* eslint-disable react/no-danger */
44

55
import PropTypes from 'prop-types';
6-
76
import React from 'react';
87
import debounce from 'lodash/debounce';
98

apps/src/code-studio/components/pairing/Pairing.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import $ from 'jquery';
33
/* global $ */
44

55
import PropTypes from 'prop-types';
6-
76
import React from 'react';
87
import SectionSelector from './SectionSelector.jsx';
98
import StudentSelector from './StudentSelector.jsx';

apps/src/code-studio/components/playzone.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* @overview React for the End-of-Stage Experience
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import color from "../../util/color";
87
import msg from '@cdo/locale';

apps/src/code-studio/pd/application_dashboard/admin_cohort_view.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Application Cohort View
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import Spinner from '../components/spinner';
87
import {

apps/src/code-studio/pd/application_dashboard/admin_edit_view.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
import PropTypes from 'prop-types';
7-
87
import React from 'react';
98
import ApplicationLoader from './application_loader';
109
import FormDataEdit from './form_data_edit';

apps/src/code-studio/pd/application_dashboard/application_dashboard.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Main landing page and router for the application dashboard.
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import { Provider } from 'react-redux';
87
import { createStore, combineReducers } from 'redux';

apps/src/code-studio/pd/application_dashboard/application_loader.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
import PropTypes from 'prop-types';
8-
98
import React from 'react';
109
import Spinner from '../components/spinner';
1110
import $ from 'jquery';

apps/src/code-studio/pd/application_dashboard/cohort_view.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Application Cohort View
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import { connect } from 'react-redux';
87
import Spinner from '../components/spinner';

apps/src/code-studio/pd/application_dashboard/detail_view.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88

99
import PropTypes from 'prop-types';
10-
1110
import React from 'react';
1211
import ApplicationLoader from './application_loader';
1312
import DetailViewContents from "./detail_view_contents";

apps/src/code-studio/pd/application_dashboard/detail_view_redirect.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77

88
import PropTypes from 'prop-types';
9-
109
import React from 'react';
1110
import ApplicationLoader from './application_loader';
1211

apps/src/code-studio/pd/application_dashboard/form_data_edit.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
import PropTypes from 'prop-types';
7-
87
import React from 'react';
98
import {
109
FormGroup,

apps/src/code-studio/pd/application_dashboard/quick_view.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* /csp_facilitators
88
*/
99
import PropTypes from 'prop-types';
10-
1110
import React from 'react';
1211
import { connect } from 'react-redux';
1312
import Select from "react-select";

apps/src/code-studio/pd/application_dashboard/summary.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Route: /summary
44
*/
55
import PropTypes from 'prop-types';
6-
76
import React from 'react';
87
import { connect } from 'react-redux';
98
import SummaryTable from './summary_table';

apps/src/code-studio/pd/application_dashboard/summary_table.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Table displaying a summary of application statuses
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import { connect } from 'react-redux';
87
import {Table, Button} from 'react-bootstrap';

apps/src/code-studio/pd/components/confirmation_dialog.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Modal confirmation (OK/Cancel) dialog with custom text and events.
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import {Modal, Button} from 'react-bootstrap';
87

apps/src/code-studio/pd/components/header.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Displays navigation breadcrumbs.
44
*/
55
import PropTypes from 'prop-types';
6-
76
import React from 'react';
87
import {Breadcrumb} from 'react-bootstrap';
98

apps/src/code-studio/pd/components/regional_partner_dropdown.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
import PropTypes from 'prop-types';
7-
87
import React from 'react';
98
import { connect } from 'react-redux';
109
import { FormGroup, ControlLabel } from 'react-bootstrap';

apps/src/code-studio/pd/components/schoolAutocompleteDropdownWithCustomFields.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* custom fields if school not found
44
*/
55
import PropTypes from 'prop-types';
6-
76
import React from 'react';
87
import {FormGroup, Row, Col, ControlLabel, HelpBlock} from 'react-bootstrap';
98
import SchoolAutocompleteDropdown from '@cdo/apps/templates/SchoolAutocompleteDropdown';

apps/src/code-studio/pd/components/spinner.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
import PropTypes from 'prop-types';
6-
76
import React from 'react';
87
import FontAwesome from '@cdo/apps/templates/FontAwesome';
98

apps/src/code-studio/pd/workshop_dashboard/attendance/session_attendance.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Display and edit attendance for a workshop session, for display in a WorkshopAttendance tab.
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import {connect} from 'react-redux';
87
import $ from 'jquery';

apps/src/code-studio/pd/workshop_dashboard/attendance/workshop_attendance.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import $ from 'jquery';
77
*/
88

99
import PropTypes from 'prop-types';
10-
1110
import React from 'react';
1211
import {connect} from 'react-redux';
1312
import SessionTime from '../components/session_time';

apps/src/code-studio/pd/workshop_dashboard/components/facilitator_list_form_part.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44

55
import PropTypes from 'prop-types';
6-
76
import React from 'react';
87
import {Row, Col, Button} from 'react-bootstrap';
98

apps/src/code-studio/pd/workshop_dashboard/components/facilitators_list.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* List of facilitators for display in the workshop summary.
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76

87
export default class FacilitatorsList extends React.Component {

apps/src/code-studio/pd/workshop_dashboard/components/server_sort_workshop_table.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77

88
import PropTypes from 'prop-types';
9-
109
import React from 'react';
1110
import WorkshopTableLoader from './workshop_table_loader';
1211
import WorkshopTable from './workshop_table';

apps/src/code-studio/pd/workshop_dashboard/components/session_form_part.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import _ from 'lodash';
66
*/
77

88
import PropTypes from 'prop-types';
9-
109
import React from 'react';
1110
import moment from 'moment';
1211
import {

apps/src/code-studio/pd/workshop_dashboard/components/session_list_form_part.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Dynamic list of session inputs for creating and editing workshops.
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import moment from 'moment';
87
import {Row, Col} from 'react-bootstrap';

apps/src/code-studio/pd/workshop_dashboard/components/session_time.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Displays nicely-formatted session time for a workshop.
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import moment from 'moment';
87
import {

apps/src/code-studio/pd/workshop_dashboard/components/session_times_list.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Displays a list of nicely-formatted session times for a workshop.
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import SessionTime from './session_time';
87

apps/src/code-studio/pd/workshop_dashboard/components/survey_results_header.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import _ from 'lodash';
33

44
/** Workshop Survey page. Displays survey results. ...*/
55
import PropTypes from 'prop-types';
6-
76
import React from 'react';
87
import {
98
Button,

apps/src/code-studio/pd/workshop_dashboard/components/time_select.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77

88
import PropTypes from 'prop-types';
9-
109
import React from 'react';
1110
import moment from 'moment';
1211
import {

apps/src/code-studio/pd/workshop_dashboard/components/visibility_sensor.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Wrap a component in this to listen for page visibility.
44
*/
55
import PropTypes from 'prop-types';
6-
76
import React from 'react';
87

98
export default class VisibilitySensor extends React.Component {

apps/src/code-studio/pd/workshop_dashboard/components/workshop_enrollment.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Displays nicely-formatted session time for a workshop.
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import _ from 'lodash';
87
import {Tabs, Tab} from 'react-bootstrap';

apps/src/code-studio/pd/workshop_dashboard/components/workshop_form.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import $ from 'jquery';
77
*/
88

99
import PropTypes from 'prop-types';
10-
1110
import React from 'react';
1211
import {connect} from 'react-redux';
1312
import Select from "react-select";

apps/src/code-studio/pd/workshop_dashboard/components/workshop_management.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Workshop management buttons (view, edit, delete).
33
*/
44
import PropTypes from 'prop-types';
5-
65
import React from 'react';
76
import {connect} from 'react-redux';
87
import {Button} from 'react-bootstrap';

apps/src/code-studio/pd/workshop_dashboard/components/workshop_table.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import _, { orderBy } from 'lodash';
55
*/
66

77
import PropTypes from 'prop-types';
8-
98
import React from 'react';
109
import {Table, sort} from 'reactabular';
1110
import color from '@cdo/apps/util/color';

apps/src/code-studio/pd/workshop_dashboard/components/workshop_table_loader.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import _ from 'lodash';
1010
*/
1111

1212
import PropTypes from 'prop-types';
13-
1413
import React from 'react';
1514
import ReactDOM from 'react-dom';
1615
import Spinner from '../../components/spinner';

0 commit comments

Comments
 (0)