Skip to content

Commit b585cc7

Browse files
sssemilvarunu28
authored andcommitted
Add missing space (#15)
1 parent a71edd4 commit b585cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Kotlin
22

33
## Contribution Guidelines
4-
- If you add an algorithm then you have to add a test(JUnit) along with it. In the absence of a test, the PR will not be approved.
4+
- If you add an algorithm then you have to add a test (JUnit) along with it. In the absence of a test, the PR will not be approved.
55
- Follow the correct coding guidelines with proper description of the methods. Refer [Kotlin Coding Standards](https://kotlinlang.org/docs/reference/coding-conventions.html).
66
- Please do not add a signature inside the code. The commit history is sufficient to determine who has added the code to the repo.
77
- Make sure the algorithm which is getting added comes under a certain domain of Algorithms. Please don't create a package with a name such as Misc, Others, etc.

0 commit comments

Comments
 (0)