From 756134457e309539a127a5cd6ef5a1f204ac92ce Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Thu, 2 Jun 2016 19:21:49 -0400 Subject: [PATCH] style: add whitespace (#963) --- .../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';