commit cbcbd7280aef1e64d32519bd521311bbdd389082
parent 19acf52bb3892c86e0e3b53937ec1c853bdf3553
Author: therealFIGBERT <figbertwelner@gmail.com>
Date: Thu, 5 Dec 2019 20:12:08 -0800
Add ending whitespace line to files without one
Diffstat:
7 files changed, 9 insertions(+), 16 deletions(-)
diff --git a/src/components/App.js b/src/components/App.js
@@ -1,9 +1,9 @@
import React from 'react';
-import { ModeSelect } from "./highLevel/modeSelect";
-import { SimpleCalc } from "./highLevel/simpleCalc";
import { AngSizeCalc } from "./highLevel/angSize";
import { ConsecNumCalc } from "./highLevel/consecNum";
+import { ModeSelect } from "./highLevel/modeSelect";
import { PolygonAngle } from "./highLevel/polygonAngle";
+import { SimpleCalc } from "./highLevel/simpleCalc";
import { SimultaneousEquation } from "./highLevel/simultaneousEquation";
export class App extends React.Component {
@@ -37,4 +37,4 @@ export class App extends React.Component {
return <ModeSelect mode={this.state.mode} onButtonPress={this.changeMode} />;
}
}
-}
-\ No newline at end of file
+}
diff --git a/src/components/lowLevel/calcOut/index.js b/src/components/lowLevel/calcOut/index.js
@@ -51,4 +51,4 @@ CalcOut.propTypes = {
PropTypes.array
]),
input: PropTypes.string
-};
-\ No newline at end of file
+};
diff --git a/src/components/lowLevel/calcOut/styles.module.css b/src/components/lowLevel/calcOut/styles.module.css
@@ -51,4 +51,4 @@
.h3 {
font-size: 1.5vmax;
-}
-\ No newline at end of file
+}
diff --git a/src/components/lowLevel/pad/styles.module.css b/src/components/lowLevel/pad/styles.module.css
@@ -8,4 +8,4 @@
padding-bottom: 3vmax;
border-bottom-left-radius: 1.5vmax;
border-bottom-right-radius: 1.5vmax;
-}
-\ No newline at end of file
+}
diff --git a/src/components/lowLevel/smallButton/styles.module.css b/src/components/lowLevel/smallButton/styles.module.css
@@ -19,4 +19,4 @@
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 1vmax;
-}
-\ No newline at end of file
+}
diff --git a/src/index.css b/src/index.css
@@ -11,4 +11,4 @@ body {
display: flex;
flex-direction: row;
justify-content: center;
-}
-\ No newline at end of file
+}
diff --git a/src/index.js b/src/index.js
@@ -6,4 +6,4 @@ import './index.css';
ReactDOM.render(
<App />,
document.getElementById('app')
-);
-\ No newline at end of file
+);