Skip to content

Commit ac5c376

Browse files
committed
Remove unused variables, add return at end of files
1 parent 58b75eb commit ac5c376

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/modules/IDE/components/ConsoleInput.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import PropTypes from 'prop-types';
2-
import React, { useState, useEffect } from 'react';
2+
import React from 'react';
33
import CodeMirror from 'codemirror';
44
import { Encode } from 'console-feed';
55

client/styles/components/_p5-contrast-codemirror-theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ $p5-contrast-activeline: #999999;
134134

135135
.cm-s-p5-contrast .CodeMirror-cursor {
136136
border-left: 1px solid $p5-contrast-white;
137-
}
137+
}

client/styles/components/_p5-dark-codemirror-theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ $p5-dark-error: #df3a3d;
141141

142142
.cm-s-p5-dark .CodeMirror-cursor {
143143
border-left: 1px solid $p5-dark-white;
144-
}
144+
}

client/styles/components/_p5-light-codemirror-theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ $p5-light-activeline: rgb(207, 207, 207);
134134

135135
.cm-s-p5-light .CodeMirror-cursor {
136136
border-left: 1px solid $p5-light-black;
137-
}
137+
}

0 commit comments

Comments
 (0)