mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Add indentation
This commit is contained in:
parent
63a8e76e8f
commit
ab4eddf1c2
@ -17,6 +17,7 @@ class CacheDecoratorClient implements Client {
|
||||
constructor(client: Client) {
|
||||
this.client = client;
|
||||
}
|
||||
|
||||
fetchMindmap(id: number): Mindmap {
|
||||
return this.client.fetchMindmap(id);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user