Skip to content

Commit 41721a2

Browse files
authored
Clear extra space before front matter
I have cleared an extra space before the front matter. With an extra space front matter was showing like code.
1 parent 6e80591 commit 41721a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/java-string/2019-12-10-compare-strings-in-java.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
```
1+
```
22
layout: post
33
title: How Do I Compare Strings In Java
44
author: gaurav
55
categories: Java, Core Java, String
6-
image:
76
description: In this article you are going to learn how to compare strings. What problem occurs when you compare string using `equals to` (`=`)operator.
87
featured: true
98
```

0 commit comments

Comments
 (0)