Skip to content

Commit f57d00b

Browse files
ocarreteromjelbourn
authored andcommitted
chore(card): removes extra whitespace in bindings (#5684)
1 parent 0d936e3 commit f57d00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/card/card.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class MdCardContent {}
3232
selector: 'md-card-title, mat-card-title, [md-card-title], [mat-card-title],' +
3333
'[mdCardTitle], [matCardTitle]',
3434
host: {
35-
'class': 'mat-card-title '
35+
'class': 'mat-card-title'
3636
}
3737
})
3838
export class MdCardTitle {}
@@ -45,7 +45,7 @@ export class MdCardTitle {}
4545
selector: 'md-card-subtitle, mat-card-subtitle, [md-card-subtitle], [mat-card-subtitle],' +
4646
'[mdCardSubtitle], [matCardSubtitle]',
4747
host: {
48-
'class': 'mat-card-subtitle '
48+
'class': 'mat-card-subtitle'
4949
}
5050
})
5151
export class MdCardSubtitle {}

0 commit comments

Comments
 (0)