mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -41,6 +41,6 @@ export class ResponsiveColumnSizes {
|
||||
* Build the bootstrap responsive column classes matching the values of this object
|
||||
*/
|
||||
buildClasses(): string {
|
||||
return `col-${this.xs} col-sm-${this.sm} col-md-${this.md} col-lg-${this.lg} col-xl-${this.xl}`
|
||||
return `col-${this.xs} col-sm-${this.sm} col-md-${this.md} col-lg-${this.lg} col-xl-${this.xl}`;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user