Skip to content

Commit bad53d1

Browse files
committed
fix: add spaces after comment slashes
1 parent 65bffb8 commit bad53d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/thealgorithms/strings/LongestCommonSubstringTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.thealgorithms.strings;
2-
//author: Vraj Prajapati @Rosander0
2+
// author: Vraj Prajapati @Rosander0
33
import static org.junit.jupiter.api.Assertions.assertEquals;
44
import org.junit.jupiter.api.Test;
55

0 commit comments

Comments
 (0)