diff options
Diffstat (limited to 'std/prettier/util.ts')
-rw-r--r-- | std/prettier/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/prettier/util.ts b/std/prettier/util.ts index b8f79005d..0d3b01252 100644 --- a/std/prettier/util.ts +++ b/std/prettier/util.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. const { build, run } = Deno; // Runs a command in cross-platform way |