diff options
Diffstat (limited to 'std/prettier/main.ts')
-rwxr-xr-x | std/prettier/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/prettier/main.ts b/std/prettier/main.ts index 163e0e45f..248aff9a0 100755 --- a/std/prettier/main.ts +++ b/std/prettier/main.ts @@ -20,7 +20,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // This script formats the given source files. If the files are omitted, it // formats the all files in the repository. import { parse } from "../flags/mod.ts"; |