removed new line on end of files

This commit is contained in:
Neto Becker
2015-10-15 11:55:18 -03:00
parent 0e8264c9ce
commit 23fae86ccb
14 changed files with 14 additions and 14 deletions

View File

@@ -179,4 +179,4 @@ var ChannelPermissions = (function () {
return ChannelPermissions;
})();
module.exports = ChannelPermissions;
module.exports = ChannelPermissions;

View File

@@ -1872,4 +1872,4 @@ var Client = (function () {
return Client;
})();
module.exports = Client;
module.exports = Client;

View File

@@ -10,4 +10,4 @@ exports.LOGIN = exports.AUTH + "/login";
exports.LOGOUT = exports.AUTH + "/logout";
exports.USERS = exports.API + "/users";
exports.SERVERS = exports.API + "/guilds";
exports.CHANNELS = exports.API + "/channels";
exports.CHANNELS = exports.API + "/channels";

View File

@@ -169,4 +169,4 @@ var EvaluatedPermissions = (function () {
return EvaluatedPermissions;
})();
module.exports = EvaluatedPermissions;
module.exports = EvaluatedPermissions;

View File

@@ -222,4 +222,4 @@ var Member = (function (_User) {
return Member;
})(User);
module.exports = Member;
module.exports = Member;

View File

@@ -69,4 +69,4 @@ var PMChannel = (function () {
return PMChannel;
})();
module.exports = PMChannel;
module.exports = PMChannel;

View File

@@ -199,4 +199,4 @@ var ServerPermissions = (function () {
return ServerPermissions;
})();
module.exports = ServerPermissions;
module.exports = ServerPermissions;

View File

@@ -149,4 +149,4 @@ var Channel = (function () {
return Channel;
})();
module.exports = Channel;
module.exports = Channel;

View File

@@ -9,4 +9,4 @@ var Discord = {
Client: Client
};
module.exports = Discord;
module.exports = Discord;

View File

@@ -200,4 +200,4 @@ Internal.XHR.setUsername = function (token, avatar, email, newPassword, password
});
};
exports.Internal = Internal;
exports.Internal = Internal;

View File

@@ -32,4 +32,4 @@ var Invite = (function () {
return Invite;
})();
module.exports = Invite;
module.exports = Invite;

View File

@@ -82,4 +82,4 @@ var Message = (function () {
return Message;
})();
module.exports = Message;
module.exports = Message;

View File

@@ -341,4 +341,4 @@ var Server = (function () {
return Server;
})();
module.exports = Server;
module.exports = Server;

View File

@@ -55,4 +55,4 @@ var User = (function () {
return User;
})();
module.exports = User;
module.exports = User;