You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-24 23:26:50 +02:00
Tools: Apply rule @typescript-eslint/type-annotation-spacing
This commit is contained in:
@ -3,6 +3,6 @@ import Plugin from '../Plugin';
|
||||
|
||||
export type ViewHandle = string;
|
||||
|
||||
export default function createViewHandle(plugin:Plugin):ViewHandle {
|
||||
export default function createViewHandle(plugin: Plugin): ViewHandle {
|
||||
return `plugin-view-${plugin.id}-${uuid.createNano()}`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user