Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Nov 26, 2024
1 parent 900a37a commit 2ec99f6
Show file tree
Hide file tree
Showing 2 changed files with 6,305 additions and 3,914 deletions.
8 changes: 4 additions & 4 deletions packages/examples/lumberjack-app/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import { ForestService } from './forest.service';
import { NxWelcomeComponent } from './nx-welcome.component';

@Component({
imports: [NxWelcomeComponent],
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
imports: [NxWelcomeComponent],
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
})
export class AppComponent implements OnInit, OnDestroy {
readonly #forest = inject(ForestService);
Expand Down
Loading

0 comments on commit 2ec99f6

Please sign in to comment.