build: fix formatting issue in host_binding_spec file
This commit is contained in:
parent
19fcfc3d00
commit
d50d400231
|
@ -92,10 +92,10 @@ describe('host', () => {
|
|||
it('should support host bindings on nodes with providers', () => {
|
||||
|
||||
class ServiceOne {
|
||||
value = 'one'
|
||||
value = 'one';
|
||||
}
|
||||
class ServiceTwo {
|
||||
value = 'two'
|
||||
value = 'two';
|
||||
}
|
||||
|
||||
class CompWithProviders {
|
||||
|
|
Loading…
Reference in New Issue