diff options
Diffstat (limited to 'std/fs/eol.ts')
-rw-r--r-- | std/fs/eol.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/eol.ts b/std/fs/eol.ts index 5ea554c6e..25797bd71 100644 --- a/std/fs/eol.ts +++ b/std/fs/eol.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** EndOfLine character enum */ export enum EOL { |