fix(structure): format TypeScript

This commit is contained in:
2018-05-23 23:50:45 +02:00
parent 785acfaba4
commit eae46e6461
5 changed files with 12 additions and 1780 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ export class UniverseChannel {
* stores the channels that are available within the universe
*/
public static channelStore = new Objectmap();
/**
* creates new channels
* @param channelArg the name of the topic
@@ -19,8 +19,8 @@ export class UniverseChannel {
public static createChannel = (channelNameArg: string, passphraseArg: string) => {
const newChannel = new UniverseChannel(channelNameArg, passphraseArg);
return newChannel;
}
};
/**
* the name of the channel
*/