chore: fix documentation end of file consistency (#4119)

This commit is contained in:
Stephen Cavaliere 2017-02-13 07:41:05 -05:00 committed by Filipe Silva
parent 8b3e30010a
commit d22e9ae737
13 changed files with 22 additions and 23 deletions

View File

@ -136,4 +136,3 @@ console.log(config.local.key1.key2.value4); // 99, the global value.
config.save(); // Commits if there's a change to global and/or local.
```