Skip to content

Commit 104653f

Browse files
committed
👕 found by latest fmt updates
1 parent 28d1019 commit 104653f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/connect/connect-form-view.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ var ConnectFormView = FormView.extend({
4747
* These are the default form fields that are always present in the connect dialog. Auth and
4848
* SSL fields are added/removed dynamically, depending on whether the options are expanded or
4949
* collapsed.
50+
*
51+
* @return {Array<InputView>}
5052
*/
5153
fields: function() {
5254
return [

src/minicharts/querybuilder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ module.exports = {
342342
mustSelect = mustSelect && d.value < message.selected[1];
343343
halfSelect = halfSelect || d.value + message.dx > message.selected[1];
344344
}
345-
// mustSelect = lowerSelect && upperSelect;
345+
// mustSelect = lowerSelect && upperSelect;
346346
}
347347
if (mustSelect) {
348348
el.classList.add('selected');

src/models/editable-query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = Model.extend({
4242
// // return the string without key quotes for display in RefineBarView
4343
// }
4444
// },
45-
/*eslint no-new: 0*/
45+
/* eslint no-new: 0 */
4646
valid: {
4747
deps: ['cleanString'],
4848
fn: function() {

0 commit comments

Comments
 (0)