remove redundant `;`

This commit is contained in:
sam 2022-02-18 14:29:11 +08:00
parent abe6e474e6
commit 55733ca443
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ Finally
```java
public static void main(String[] args) {
System.out.println(f(2));;
System.out.println(f(2));
}
public static int f(int value) {