1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Remove redundant semicolon

This commit is contained in:
Cristian Beskid
2017-09-25 17:26:08 +02:00
parent 80c13f7c4f
commit a0c8ec3171

View File

@@ -21,7 +21,7 @@ function focused () {
}
// the width of the navigation bar when it is folded/collapsed
const foldedNavigationWidth = 44;
const foldedNavigationWidth = 44
class Main extends React.Component {