Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit aa41930

Browse files
author
annthurium
committed
nits nits nits
1 parent e6a74b0 commit aa41930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/controllers/commit-detail-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default class CommitDetailController extends React.Component {
1616
this.state = {
1717
messageCollapsible: this.props.commit.isBodyLong(),
1818
messageOpen: !this.props.commit.isBodyLong(),
19-
};
19+
}
2020
}
2121

2222
render() {

0 commit comments

Comments
 (0)