Skip to content

Commit

Permalink
style(composer): reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Jan 14, 2022
1 parent 36be8af commit 2123516
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
[nzLabel]="opt"
></nz-option>
</nz-select>
<p *ngSwitchDefault>
HUI! NA RUL'
</p>
<p *ngSwitchDefault>HUI! NA RUL'</p>
</nz-form-control>
</nz-form-item>
<p>Valid: {{ formGroup.valid }}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { ComposerDroppableConfig } from './composer-droppable-config';
@DynamicComponent({ config: ComposerDroppableConfig })
export class ComposerDroppableComponent
implements OrchestratorDynamicComponent<ComposerDroppableConfig>, OnChanges {

constructor(
private renderComponent: RenderComponent,
@SkipSelf() @Optional() private parentDroppable: ComposerDroppableComponent,
Expand Down

0 comments on commit 2123516

Please sign in to comment.