From 4f730633ccf8a539abea20d85d41abaef7d02586 Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Fri, 15 Mar 2019 01:06:08 -0500 Subject: [PATCH] minor refactor --- projects/account/src/app/core/http/device.service.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/account/src/app/core/http/device.service.ts b/projects/account/src/app/core/http/device.service.ts index 88e4bbf..253d202 100644 --- a/projects/account/src/app/core/http/device.service.ts +++ b/projects/account/src/app/core/http/device.service.ts @@ -13,9 +13,7 @@ const wakeWordUrl = '/api/wake-words'; -@Injectable({ - providedIn: 'root' -}) +@Injectable({providedIn: 'root'}) export class DeviceService { public devicePlacements: DeviceAttribute[] = [ {id: '1', name: 'None', userDefined: true},