Remove trailing whitespaces

This commit is contained in:
Aya Morisawa
2016-01-27 20:11:30 +09:00
parent d6c51c607b
commit 6854c8f232
8 changed files with 151 additions and 152 deletions
+2 -2
View File
@@ -6,13 +6,13 @@
declare module "username" {
/**
* Tries to get the username from the LOGNAME, USER, LNAME or USERNAME environment variables.
* Falls back to `id -un` on OS X / Linux and `whoami` on Windows in the rare case none of the environment
* Falls back to `id -un` on OS X / Linux and `whoami` on Windows in the rare case none of the environment
* variables are set. The result is cached.
*
* @param callback The callback function to call asynchronously with the result.
*/
function username(callback: (err: Error, result: string) => void): void;
module username {
/**
* Tries to get the username from the LOGNAME, USER, LNAME or USERNAME environment variables. Falls back