Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Feb 24, 2020
1 parent 78a8ccc commit 14be847
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion std/plugins/filename.ts
@@ -1,5 +1,8 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
export function pluginFilename(filenameBase: string, os?: Deno.OperatingSystem): string {
export function pluginFilename(
filenameBase: string,
os?: Deno.OperatingSystem
): string {
os = os || Deno.build.os;

let prefix = "";
Expand Down

0 comments on commit 14be847

Please sign in to comment.