Update LongestPalindromicSubstring - Remove ; (#2905)
Removing unnecessary semi-colon ';' Co-authored-by: Yang Libin <szuyanglb@outlook.com>
This commit is contained in:
parent
ab9f74c2ee
commit
76fbe7c9e9
@ -3,8 +3,6 @@ package com.thealgorithms.strings;
|
||||
// Longest Palindromic Substring
|
||||
import java.util.Scanner;
|
||||
|
||||
;
|
||||
|
||||
class LongestPalindromicSubstring {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Loading…
Reference in New Issue
Block a user