summaryrefslogtreecommitdiff
path: root/std/fs/eol_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/eol_test.ts')
-rw-r--r--std/fs/eol_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/eol_test.ts b/std/fs/eol_test.ts
index 35b3e0d9a..dd427d219 100644
--- a/std/fs/eol_test.ts
+++ b/std/fs/eol_test.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { assertEquals } from "../testing/asserts.ts";
-import { format, detect, EOL } from "./eol.ts";
+import { detect, EOL, format } from "./eol.ts";
const CRLFinput = "deno\r\nis not\r\nnode";
const Mixedinput = "deno\nis not\r\nnode";