From 08a35f0d2c990ecf5e1712e6c1fed571abeaefc6 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 30 Jul 2017 16:33:38 +0200 Subject: [PATCH] Style. --- src/operations/operationForm.component.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/operations/operationForm.component.ts b/src/operations/operationForm.component.ts index 914bb20..2ace4f3 100644 --- a/src/operations/operationForm.component.ts +++ b/src/operations/operationForm.component.ts @@ -1,5 +1,7 @@ // vim: set tw=80 ts=2 sw=2 sts=2 : -import { AfterViewChecked, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core'; +import { + AfterViewChecked, Component, EventEmitter, Input, Output, ViewChild +} from '@angular/core'; import { NgForm } from '@angular/forms'; import { Operation } from './operation';