summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick McSpadden <nmcspadden@fb.com>2016-05-05 20:53:52 -0700
committerNick McSpadden <nmcspadden@fb.com>2016-05-05 20:53:52 -0700
commitc48fd22a51deb74a3d4bc3abca308043689b494a (patch)
treeaac69bafe34314e090c77608db8f1ce199dd3dc1
parent9c26c466db4f20d074be1470ca1781d7ef3493ca (diff)
downloadchef-c48fd22a51deb74a3d4bc3abca308043689b494a.tar.gz
Fixing missing final newline
-rw-r--r--lib/chef/provider/user/dscl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/user/dscl.rb b/lib/chef/provider/user/dscl.rb
index 427859b9ee..541160bf93 100644
--- a/lib/chef/provider/user/dscl.rb
+++ b/lib/chef/provider/user/dscl.rb
@@ -705,4 +705,4 @@ user password using shadow hash.")
end
end
end
-end \ No newline at end of file
+end