Skip to content

Commit 158de3f

Browse files
authored
Merge pull request #391 from NativeScript/niliev/bottom
docs: docker build tslint rule
2 parents 2851571 + 33aa1ed commit 158de3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/ng-ui-widgets-category/bottom-navigation/tips-and-tricks/tips-and-tricks.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { Component } from "@angular/core";
33
@Component({
44
moduleId: module.id,
55
templateUrl: "./tips-and-tricks.component.html",
6-
styleUrls:["./tips-and-tricks.component.css"]
6+
styleUrls: ["./tips-and-tricks.component.css"]
77
})
88
export class BottomNavTipsAndTricksComponent { }

app/ng-ui-widgets-category/tabs/tips-and-tricks/tips-and-tricks.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { Component } from "@angular/core";
33
@Component({
44
moduleId: module.id,
55
templateUrl: "./tips-and-tricks.component.html",
6-
styleUrls:["./tips-and-tricks.component.css"]
6+
styleUrls: ["./tips-and-tricks.component.css"]
77
})
88
export class TabsTipsAndTricksComponent { }

0 commit comments

Comments
 (0)