diff options
| author | Alexey Osipenko <[email protected]> | 2011-12-28 11:38:03 +0200 |
|---|---|---|
| committer | Alexey Osipenko <[email protected]> | 2011-12-28 11:38:03 +0200 |
| commit | 84ab59342f333bc33a992ec5ca37d8716295a536 (patch) | |
| tree | 9930ead4be40d782d766cac6b1409aa0d1a09668 /lib/internet.js | |
| parent | 308683c3c29c8e72148d6ce88f1c50880864b57f (diff) | |
| download | faker-84ab59342f333bc33a992ec5ca37d8716295a536.tar.xz faker-84ab59342f333bc33a992ec5ca37d8716295a536.zip | |
Trailing spaces
Diffstat (limited to 'lib/internet.js')
| -rw-r--r-- | lib/internet.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internet.js b/lib/internet.js index df0b8c39..5ac8da7d 100644 --- a/lib/internet.js +++ b/lib/internet.js @@ -2,7 +2,7 @@ var Helpers = require('./helpers'); var definitions = require('./definitions'); exports.email = function() { - return this.userName() + "@" + this.domainName(); + return this.userName() + "@" + this.domainName(); }; exports.userName = function() { |
