diff options
Diffstat (limited to 'std/prettier/prettier.ts')
-rw-r--r-- | std/prettier/prettier.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/prettier/prettier.ts b/std/prettier/prettier.ts index 37b6cd4d6..cce374441 100644 --- a/std/prettier/prettier.ts +++ b/std/prettier/prettier.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. /** * Types are given here because parser files are big * and it's much faster to give TS compiler just type declarations. |