Skip to content

Commit d6beb19

Browse files
author
Bart Hazen
committed
Equalize indenting.
1 parent 7e37740 commit d6beb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/SetupPy/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default class SetupPy extends React.Component {
118118
if (this.state.classifiers.length > 0) {
119119
code.push(` classifiers=[`);
120120
this.state.classifiers.forEach(
121-
c => code.push(` "` + c + `",`)
121+
c => code.push(` "` + c + `",`)
122122
);
123123
code.push(` ],`);
124124
}

0 commit comments

Comments
 (0)