tidy and fix flow notation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
61c338a233
commit
6367344181
3 changed files with 30 additions and 33 deletions
|
@ -44,7 +44,7 @@ export default class VectorBasePlatform extends BasePlatform {
|
|||
* Get a sensible default display name for the
|
||||
* device Vector is running on
|
||||
*/
|
||||
getDefaultDeviceDisplayName() {
|
||||
getDefaultDeviceDisplayName(): string {
|
||||
return "Unknown device";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue