mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Remove redundant semicolon
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user