From cde4dbb35132848ffece59ef9cfaccff32347124 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 14 Jul 2020 15:24:17 -0400 Subject: Use dprint for internal formatting (#6682) --- std/node/os.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/node/os.ts') diff --git a/std/node/os.ts b/std/node/os.ts index afb472629..c312ffe0c 100644 --- a/std/node/os.ts +++ b/std/node/os.ts @@ -203,7 +203,7 @@ export function uptime(): number { /** Not yet implemented */ export function userInfo( /* eslint-disable-next-line @typescript-eslint/no-unused-vars */ - options: UserInfoOptions = { encoding: "utf-8" } + options: UserInfoOptions = { encoding: "utf-8" }, ): UserInfo { notImplemented(SEE_GITHUB_ISSUE); } -- cgit v1.2.3