Skip to content

Commit 2a15c52

Browse files
authored
Update HelloWorld.java
maade an error intentionally
1 parent d8db3a0 commit 2a15c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/coveros/demo/helloworld/HelloWorld.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import java.time.format.DateTimeFormatter;
55

66
public class HelloWorld {
7-
7+
{
88
public static void main(final String[] args) {
99
final DateTimeFormatter dtf = DateTimeFormatter.ofPattern("h:mm:ss a 'on' MMMM d, yyyy'.'");
1010
final LocalDateTime now = LocalDateTime.now();

0 commit comments

Comments
 (0)