Skip to content

Commit a424d49

Browse files
committed
Add missing EOF lines
1 parent b2de653 commit a424d49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/components/tech-blog/tech-blog.component.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
.fa-clock-o:before {
6262
content: "\f017";
6363
box-sizing: border-box;
64-
}
64+
}

src/app/components/tech-blog/tech-blog.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ <h6>{{blog.title}}</h6>
2828
</div>
2929
</div>
3030
</div>
31-
</div>
31+
</div>

src/assets/json/blogs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"image": "janeth.jpg"
3030
}
3131
}
32-
]
32+
]

0 commit comments

Comments
 (0)