From 9b87ac01622378819bcd7d6abbfadef3e4a603e1 Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Mon, 30 May 2016 20:13:16 -0400 Subject: [PATCH] style: add whitespace --- .../directive/files/__path__/__name__.directive.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/ng2/blueprints/directive/files/__path__/__name__.directive.spec.ts b/addon/ng2/blueprints/directive/files/__path__/__name__.directive.spec.ts index 0b69fe3a895a..d46fc539725b 100644 --- a/addon/ng2/blueprints/directive/files/__path__/__name__.directive.spec.ts +++ b/addon/ng2/blueprints/directive/files/__path__/__name__.directive.spec.ts @@ -8,7 +8,7 @@ import { it, inject } from '@angular/core/testing'; -import {ComponentFixture, TestComponentBuilder} from '@angular/compiler/testing'; +import { ComponentFixture, TestComponentBuilder } from '@angular/compiler/testing'; import { provide, Component } from '@angular/core'; import { <%= classifiedModuleName %> } from './<%= dasherizedModuleName %>.directive';