Skip to content

Commit be6941c

Browse files
author
Bart Hazen
committed
Adjust spacing.
1 parent 5e93fa4 commit be6941c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/SetupPy/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ export default class SetupPy extends React.Component {
112112

113113
if (this.state.entrypoint) {
114114
code.push(` entry_points={`);
115-
code.push(` "console_scripts": [`);
116-
code.push(` "` + this.state.packageName + `=` + this.state.packageName + `.__main__.main",`)
115+
code.push(` "console_scripts": [`);
116+
code.push(` "` + this.state.packageName + `=` + this.state.packageName + `.__main__.main",`)
117117
code.push(` ]},`);
118118
}
119119
if (this.state.classifiers.length > 0) {

0 commit comments

Comments
 (0)