Skip to content

Commit 3b7bc62

Browse files
committed
style: lint
1 parent 8cbbac6 commit 3b7bc62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/usage/v7/back-button/custom/angular/page_two_component_ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { caretBack } from 'ionicons/icons';
2424
imports: [IonBackButton, IonButtons, IonContent, IonHeader, IonTitle, IonToolbar],
2525
})
2626
export class PageTwoComponent {
27-
constructor() {
27+
constructor() {
2828
/**
2929
* Any icons you want to use in your application
3030
* can be registered in app.component.ts and then

static/usage/v8/back-button/custom/angular/page_two_component_ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { caretBack } from 'ionicons/icons';
2424
imports: [IonBackButton, IonButtons, IonContent, IonHeader, IonTitle, IonToolbar],
2525
})
2626
export class PageTwoComponent {
27-
constructor() {
27+
constructor() {
2828
/**
2929
* Any icons you want to use in your application
3030
* can be registered in app.component.ts and then

0 commit comments

Comments
 (0)