build: fix formatting issue in host_binding_spec file
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user