aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBryan Donovan <[email protected]>2013-01-07 09:59:03 -0800
committerBryan Donovan <[email protected]>2013-01-07 09:59:03 -0800
commit28174e3974e22300279f7c47ef30622d7528949d (patch)
treeca47a8a0178ed3b6fc5c719fa0ac8fc9766d558a /lib
parent43ae1edac54048522d8209a63674b04db8a3d8b8 (diff)
downloadfaker-28174e3974e22300279f7c47ef30622d7528949d.tar.xz
faker-28174e3974e22300279f7c47ef30622d7528949d.zip
linting and getting address.js to 100% test coverage
Diffstat (limited to 'lib')
-rw-r--r--lib/company.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/company.js b/lib/company.js
index 0b635e73..4bf11db5 100644
--- a/lib/company.js
+++ b/lib/company.js
@@ -1,7 +1,7 @@
var Faker = require('../index');
var company = {
- suffixes: function() {
+ suffixes: function () {
return ["Inc", "and Sons", "LLC", "Group", "and Daughters"];
},