Remove redundant semi-colons.

master
Tom Hacohen 2019-02-21 21:36:08 +00:00
parent 5c94954c96
commit 3d67ad13b6
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ import AppBarOverride from '../widgets/AppBarOverride';
interface PropsType {
history: History;
};
}
interface PropsTypeInner extends PropsType {
settings: SettingsType;
};
}
class Settings extends React.PureComponent<PropsTypeInner> {
constructor(props: any) {