From 9cfc5b7fece83bc14b1fe6494261ff9ec8d14f52 Mon Sep 17 00:00:00 2001 From: Nina Hartmann Date: Tue, 12 Jul 2016 17:27:24 +0200 Subject: [PATCH] Formatting in ban rule test --- test/rules/ban/test.ts.lint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/rules/ban/test.ts.lint b/test/rules/ban/test.ts.lint index a4aef112dbb..21ea68a2557 100644 --- a/test/rules/ban/test.ts.lint +++ b/test/rules/ban/test.ts.lint @@ -18,6 +18,6 @@ fdescribe("some text", () => {}); ~~~~~~~~~ [function invocation disallowed: fdescribe] it("some text", () => {}); xit("some text", () => {}); -~~~ [function invocation disallowed: xit] +~~~ [function invocation disallowed: xit] fit("some text", () => {}); -~~~ [function invocation disallowed: fit] +~~~ [function invocation disallowed: fit]